[Komodo] admin: Write Stack File: update compose.yaml
This commit is contained in:
parent
6336155dd2
commit
0a9abcf828
1 changed files with 9 additions and 1 deletions
|
|
@ -259,3 +259,11 @@ services:
|
||||||
- '--path.sysfs=/host/sys'
|
- '--path.sysfs=/host/sys'
|
||||||
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
- '--collector.filesystem.ignored-mount-points=^/(sys|proc|dev|host|etc)($|/)'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
uptime-kuma:
|
||||||
|
image: louislam/uptime-kuma:2
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /app-config/uptimekuma:/app/data
|
||||||
|
ports:
|
||||||
|
- "10.200.200.254:3001:3001"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue