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