Update gotify/docker-compose.yml

Modify to work on local storage rather than microCeph shared folders
This commit is contained in:
2026-04-14 12:03:32 +01:00
parent 39ab2ae9c3
commit a1eb58815f

View File

@@ -3,7 +3,7 @@ services:
image: gotify/server:latest image: gotify/server:latest
container_name: gotify container_name: gotify
volumes: volumes:
- /mnt/cephfs/docker/gotify:/app/data - /data/docker/gotify:/app/data
restart: unless-stopped restart: unless-stopped
ports: ports:
- 8111:80 - 8111:80