fix: correct PostgreSQL data volume mount path in docker-compose.yml

This commit is contained in:
g0ldyy
2025-12-26 00:38:49 +01:00
parent 84b94ff988
commit 7ae3788a5c
+1 -1
View File
@@ -51,7 +51,7 @@ services:
- "-c"
- "max_connections=100"
volumes:
- postgres_data:/var/lib/postgresql/data
- postgres_data:/var/lib/postgresql/docker
healthcheck:
test: ["CMD-SHELL", "pg_isready -U comet -d comet"]
interval: 5s