Update stack_opnsense_amd64_default/docker-compose.yml

This commit is contained in:
2026-05-09 08:38:18 +00:00
parent fbb0f1bda7
commit f4b95fa335
+20 -20
View File
@@ -4,26 +4,26 @@ services:
# image: anjia0532/wakeonlan #amd64 only
# container_name: wakeonlan
# network_mode: host
librespeed:
image: lscr.io/linuxserver/librespeed:5.4.1 #multiarch
container_name: librespeed
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- PASSWORD=0stiegl0
networks:
default:
ipv4_address: 172.18.0.2
ports:
- 8687:80
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:80/ || exit 1"]
interval: 30s
timeout: 10s
retries: 3
start_period: 20s
#librespeed:
# image: lscr.io/linuxserver/librespeed:5.4.1 #multiarch
# container_name: librespeed
# environment:
# - PUID=1000
# - PGID=1000
# - TZ=Etc/UTC
# - PASSWORD=0stiegl0
# networks:
# default:
# ipv4_address: 172.18.0.2
# ports:
# - 8687:80
# restart: unless-stopped
# healthcheck:
# test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:80/ || exit 1"]
# interval: 30s
# timeout: 10s
# retries: 3
# start_period: 20s
#NGINX IS VITAL AND IT HAS 172.18.0.3
# elk:
# image: sebp/elk:oss-8.15.1 #amd64 only