Fixed mount errors

This commit is contained in:
2025-10-27 00:22:55 +00:00
parent cc1c8b298b
commit 827281b306
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ services:
- POSTGRES_PASSWORD_FILE=/run/secrets/postgres-master
- PGDATA=/var/lib/postgresql/data
volumes:
- /mnt/swarm-data/postgres:/var/lib/postgresql/data
- /home/doc/swarm/data/postgres:/var/lib/postgresql/data
ports:
- 5432:5432
deploy: