- speedtest-tracker typo
- uptime-kuma version
- debian installation dead link
- debian version
- removing ufw from default utilities (too much issues for beginners)
- watchtower fork
- authentik cd + version
- Qbittorent -> Gluetun version
This commit is contained in:
2026-03-11 11:48:28 +00:00
parent 3e421f5478
commit 7f0c36fddf
6 changed files with 13 additions and 13 deletions

View File

@@ -36,7 +36,7 @@ Open Dockge, click on `compose`, name the stack `uptime-kuma`, then copy and pas
---
services:
uptime-kuma:
image: louislam/uptime-kuma:1
image: louislam/uptime-kuma:2-slim
container_name: uptime-kuma
volumes:
- /docker/uptime-kuma/uptime-kuma-data:/app/data

View File

@@ -53,7 +53,7 @@ services:
restart: unless-stopped
container_name: speedtest-tracker
ports:
- ${PORT}$:80
- ${PORT}:80
environment:
- PUID=${PUID}
- PGID=${GUID}