first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-04-17 17:05:49 +02:00
parent 7b47dd1011
commit 3eb93fed59
2 changed files with 17 additions and 0 deletions

View 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
```

View File

@ -83,6 +83,7 @@ nav:
- Octoprint: portainer-stacks/octoprint.md
- qBittorrent: portainer-stacks/qbittorrent.md
- Samba: portainer-stacks/samba.md
- Uptime-Kuma: portainer-stacks/uptime-kuma.md
- Zigbee2MQTT: portainer-stacks/Zigbee2MQTT.md
- cmnds:
- AddUser 1Line: cmnds/adduser-1line.md