From cf6a88e9ea9f7db95434020b25433f894a9bbffc Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Wed, 16 Jul 2025 20:58:00 +0300 Subject: [PATCH] FIX (docker): Fix volume path to meet the folder with backups --- docker-compose.yml.example | 2 +- install-postgresus.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index cbe67ac..87d7784 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -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: diff --git a/install-postgresus.sh b/install-postgresus.sh index 5e3ed1d..796fdec 100644 --- a/install-postgresus.sh +++ b/install-postgresus.sh @@ -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