mirror of
https://github.com/g0ldyy/comet.git
synced 2026-01-12 01:16:12 +01:00
fix: correct PostgreSQL data volume mount path in docker-compose.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user