This commit is contained in:
Egor Matveev 2022-03-23 23:14:31 +03:00
parent f259302891
commit 46ec110c9c

View File

@ -11,7 +11,7 @@ services:
POSTGRES_DB: sprint
volumes:
- /sprint-data/postgres-data:/var/lib/postgresql/data
# - ./pg_hba.conf:/var/lib/postgresql/data/pg_hba.conf
- ./pg_hba.conf:/var/lib/postgresql/data/pg_hba.conf
ports:
- "5432:5432"
deploy: