feat: comment db port to host (#1831)

pull/1841/head
takatost 2 years ago committed by GitHub
parent 438912700c
commit 9080ece3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -228,8 +228,9 @@ services:
PGDATA: /var/lib/postgresql/data/pgdata
volumes:
- ./volumes/db/data:/var/lib/postgresql/data
ports:
- "5432:5432"
# uncomment to expose db(postgresql) port to host
# ports:
# - "5432:5432"
healthcheck:
test: ["CMD", "pg_isready"]
interval: 1s

Loading…
Cancel
Save