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