Update gotify/docker-compose.yml
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
gotify:
|
gotify:
|
||||||
image: gotify/server:latest
|
image: gotify/server:latest
|
||||||
|
container_name: gotify
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/cephfs/docker/gotify:/app/data
|
- /mnt/cephfs/docker/gotify:/app/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints:
|
|
||||||
- node.labels.target == here
|
|
||||||
ports:
|
ports:
|
||||||
- 8111:80
|
- 8111:80
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|||||||
Reference in New Issue
Block a user