This commit is contained in:
parent
7b47dd1011
commit
3eb93fed59
16
docs/portainer-stacks/uptime-kuma.md
Normal file
16
docs/portainer-stacks/uptime-kuma.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Portainer Stack:
|
||||||
|
```
|
||||||
|
---
|
||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
uptime:
|
||||||
|
image: louislam/uptime-kuma:1
|
||||||
|
container_name: uptime
|
||||||
|
hostname: uptime
|
||||||
|
network_mode: bridge
|
||||||
|
volumes:
|
||||||
|
- /uptime_kuma:/app/data
|
||||||
|
restart: unless-stopped
|
||||||
|
labels:
|
||||||
|
- com.centurylinklabs.watchtower.enable=true
|
||||||
|
```
|
@ -83,6 +83,7 @@ nav:
|
|||||||
- Octoprint: portainer-stacks/octoprint.md
|
- Octoprint: portainer-stacks/octoprint.md
|
||||||
- qBittorrent: portainer-stacks/qbittorrent.md
|
- qBittorrent: portainer-stacks/qbittorrent.md
|
||||||
- Samba: portainer-stacks/samba.md
|
- Samba: portainer-stacks/samba.md
|
||||||
|
- Uptime-Kuma: portainer-stacks/uptime-kuma.md
|
||||||
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
|
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
|
||||||
- cmnds:
|
- cmnds:
|
||||||
- AddUser 1Line: cmnds/adduser-1line.md
|
- AddUser 1Line: cmnds/adduser-1line.md
|
Loading…
x
Reference in New Issue
Block a user