From 38ccfcfe02b11fcc6c1d1affd4314669305147af Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 11 Sep 2025 11:45:14 -0400 Subject: [PATCH] Fixing volume mapping for PGBackWeb. --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index feb2389d..eabce74b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4704,6 +4704,8 @@ services: ports: - "8085:8085" # Access the web interface at http://localhost:8085 restart: unless-stopped + volumes: + - ${DOCKER_VOLUME_STORAGE}/backups/dbs/postgresql:/backups pgbackweb-db: container_name: pgbackweb-db environment: @@ -4721,7 +4723,6 @@ services: restart: unless-stopped volumes: - pgbackweb-data:/var/lib/postgresql/data - - ${DOCKER_VOLUME_STORAGE}/backups/dbs/postgresql:/backups planka: container_name: planka depends_on: -- 2.52.0