fix: remove port expose on db (#15286)

This commit is contained in:
kurokobo
2025-03-10 15:01:34 +08:00
committed by GitHub
parent 78d460a6d1
commit 269ba6add9
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -509,8 +509,6 @@ services:
interval: 1s
timeout: 3s
retries: 30
ports:
- '${EXPOSE_DB_PORT:-5432}:5432'
# The redis cache.
redis: