From a1eb58815ffeb842ad6c46000fb83c172140628b Mon Sep 17 00:00:00 2001 From: john Date: Tue, 14 Apr 2026 12:03:32 +0100 Subject: [PATCH] Update gotify/docker-compose.yml Modify to work on local storage rather than microCeph shared folders --- gotify/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index ea230d6..f72ccec 100644 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -3,7 +3,7 @@ services: image: gotify/server:latest container_name: gotify volumes: - - /mnt/cephfs/docker/gotify:/app/data + - /data/docker/gotify:/app/data restart: unless-stopped ports: - 8111:80