[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
7f789826de
commit
bb5cbfd88c
1 changed files with 8 additions and 1 deletions
|
|
@ -151,4 +151,11 @@ services:
|
|||
- /app-config/loki/loki-config.yaml:/etc/loki/local-config.yaml
|
||||
- /app-config/loki/data:/data
|
||||
|
||||
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
volumes:
|
||||
- /app-config/kuma:/app/data
|
||||
ports:
|
||||
# <Host Port>:<Container Port>
|
||||
- 3001:3001
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue