We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d1d79 commit ce78284Copy full SHA for ce78284
1 file changed
docker-compose.yml
@@ -79,7 +79,7 @@ services:
79
- "127.0.0.1:5432:5432"
80
volumes:
81
- ./docker/init-db:/docker-entrypoint-initdb.d
82
- - involution-postgres-data:/var/lib/postgresql/data
+ - involution-postgres-data:/var/lib/postgresql
83
healthcheck:
84
test: ["CMD-SHELL", "pg_isready -U ${POSTGRES_USER:-involution} -d ${POSTGRES_DB:-involution_hell}"]
85
interval: 10s
0 commit comments