FIX (docker): Fix volume path to meet the folder with backups

This commit is contained in:
Rostislav Dugin
2025-07-16 20:58:00 +03:00
parent 74552249c4
commit cf6a88e9ea
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ services:
ports:
- "4005:4005"
volumes:
- ./postgresus-data:/app/postgresus-data
- ./postgresus-data:/postgresus-data
container_name: postgresus-local
depends_on:
postgresus-db:

View File

@@ -67,7 +67,7 @@ services:
ports:
- "4005:4005"
volumes:
- ./postgresus-data:/app/postgresus-data
- ./postgresus-data:/postgresus-data
depends_on:
postgresus-db:
condition: service_healthy