Update gotify/docker-compose.yml
Modify to work on local storage rather than microCeph shared folders
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user