This commit is contained in:
Egor Matveev 2022-03-23 23:02:36 +03:00
parent 05af84d569
commit f259302891

View File

@ -11,7 +11,7 @@ services:
POSTGRES_DB: sprint POSTGRES_DB: sprint
volumes: volumes:
- /sprint-data/postgres-data:/var/lib/postgresql/data - /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: ports:
- "5432:5432" - "5432:5432"
deploy: deploy: