Refactor swarm/secondary.yml: Update librespeed service configuration

This commit is contained in:
2024-10-04 17:46:01 +08:00
parent eaed4624cd
commit 4f0b4cfe5d
+4 -3
View File
@@ -17,7 +17,8 @@ services:
librespeed:
# ghcr.io/librespeed/speedtest:latest
image: lscr.io/linuxserver/librespeed:latest
# lscr.io/linuxserver/librespeed:latest
image: ghcr.io/librespeed/speedtest:latest
environment:
- PUID=1000
- PGID=1000
@@ -25,8 +26,8 @@ services:
- 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