Update uptime-kuma/docker-compose.yml
This commit is contained in:
@@ -1,15 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
uptime-kuma:
|
uptime-kuma:
|
||||||
image: louislam/uptime-kuma:1
|
image: louislam/uptime-kuma:2
|
||||||
container_name: uptime-kuma
|
container_name: uptime-kuma
|
||||||
deploy:
|
|
||||||
placement:
|
|
||||||
constraints: [node.role == worker]
|
|
||||||
replicas: 1
|
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "3010:3001"
|
- "3010:3001"
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/cephfs/docker/uptime-kuma:/app/data
|
- /mnt/sda1/docker/uptime-kuma:/app/data
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user