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

This commit is contained in:
2022-05-01 14:01:04 +02:00
parent fce3bd461a
commit b2b0f55b62
25 changed files with 138 additions and 134 deletions

View File

@ -7,10 +7,10 @@ services:
image: louislam/uptime-kuma:1
container_name: uptime
hostname: uptime
network_mode: bridge
network_mode: ${net-bridge}
volumes:
- /uptime_kuma:/app/data
restart: unless-stopped
restart: ${RST-unless-stopped}
labels:
- com.centurylinklabs.watchtower.enable=true
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
```