mirror of
https://github.com/byReqz/docker-composes.git
synced 2023-10-15 09:17:02 +00:00
Add files via upload
This commit is contained in:
commit
82af547833
26
librespeed.yml
Normal file
26
librespeed.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
version: '3.1'
|
||||||
|
services:
|
||||||
|
speed:
|
||||||
|
container_name: "speed"
|
||||||
|
image: adolfintel/speedtest
|
||||||
|
environment:
|
||||||
|
# sets site title
|
||||||
|
- TITLE=LibreSpeed
|
||||||
|
- TELEMETRY=false
|
||||||
|
# set to true if telemetry is enabled
|
||||||
|
- ENABLE_ID_OBFUSCATION=false
|
||||||
|
# set to true if telemetry is enabled
|
||||||
|
- REDACT_IP_ADDRESSES=false
|
||||||
|
- PASSWORD=...
|
||||||
|
# needed when telemetry is enabled to comply with gdpr
|
||||||
|
- EMAIL=...
|
||||||
|
# required when serving lots of requests
|
||||||
|
# - IPINFO_APIKEY=
|
||||||
|
# disables isp and distance querying
|
||||||
|
- DISABLE_IPINFO=false
|
||||||
|
# mi, km or nothing for disabled
|
||||||
|
- DISTANCE=km
|
||||||
|
# webui port
|
||||||
|
- WEBPORT=80
|
||||||
|
ports:
|
||||||
|
- 80:80
|
Loading…
Reference in New Issue
Block a user