Refactor swarm/secondary.yml: Update librespeed service configuration and comment out unused environment variables and volumes

This commit is contained in:
2024-10-04 17:59:35 +08:00
parent 533ffdd370
commit ec1f356620
+5 -5
View File
@@ -20,14 +20,14 @@ services:
# lscr.io/linuxserver/librespeed:latest # lscr.io/linuxserver/librespeed:latest
image: ghcr.io/librespeed/speedtest:latest image: ghcr.io/librespeed/speedtest:latest
environment: environment:
- PUID=1000 # - PUID=1000
- PGID=1000 # - PGID=1000
- TZ=${TZ} - TZ=${TZ}
- PASSWORD=${DATABASE__PASSWORD} # - PASSWORD=${DATABASE__PASSWORD}
- MODE=standalone - MODE=standalone
user: "1000:1000" user: "1000:1000"
volumes: # volumes:
- librespeed_data:/config # - librespeed_data:/config
# ports: # ports:
# - 80:80 # - 80:80
restart: unless-stopped restart: unless-stopped