Refactor swarm/secondary.yml: Update librespeed service configuration

This commit is contained in:
2024-10-04 17:41:40 +08:00
parent e1c2da5cdb
commit 420556ce83
+4 -2
View File
@@ -16,15 +16,17 @@ services:
- traefik.http.services.cyberchef.loadbalancer.server.port=8000
librespeed:
# ghcr.io/librespeed/speedtest:latest
image: lscr.io/linuxserver/librespeed:latest
environment:
- PUID=1000
- PGID=1000
- TZ=${TZ}
- PASSWORD=${DATABASE__PASSWORD}
- MODE=standalone
user: "1000:1000"
volumes:
- /var/data/config/librespeed:/config
# volumes:
# - /var/data/config/librespeed:/config
# ports:
# - 80:80
restart: unless-stopped