Unverified Commit 9080ece3 authored by takatost's avatar takatost Committed by GitHub

feat: comment db port to host (#1831)

parent 43891270
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment