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