From ec1f356620ad88c9bcb0403a5aaa9bb4017e903c Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Fri, 4 Oct 2024 17:59:35 +0800 Subject: [PATCH] Refactor swarm/secondary.yml: Update librespeed service configuration and comment out unused environment variables and volumes --- swarm/secondary.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/swarm/secondary.yml b/swarm/secondary.yml index 6a70778..0ef6b43 100644 --- a/swarm/secondary.yml +++ b/swarm/secondary.yml @@ -20,14 +20,14 @@ services: # lscr.io/linuxserver/librespeed:latest image: ghcr.io/librespeed/speedtest:latest environment: - - PUID=1000 - - PGID=1000 + # - PUID=1000 + # - PGID=1000 - TZ=${TZ} - - PASSWORD=${DATABASE__PASSWORD} + # - PASSWORD=${DATABASE__PASSWORD} - MODE=standalone user: "1000:1000" - volumes: - - librespeed_data:/config + # volumes: + # - librespeed_data:/config # ports: # - 80:80 restart: unless-stopped