feat: added template + linting
This commit is contained in:
parent
e487af8136
commit
dc5a9d3653
17 changed files with 79 additions and 53 deletions
|
@ -1,6 +1,5 @@
|
|||
version: '3.7'
|
||||
---
|
||||
services:
|
||||
|
||||
# https://github.com/librespeed/speedtest/blob/master/doc_docker.md
|
||||
speedtest:
|
||||
image: ghcr.io/librespeed/speedtest:latest
|
||||
|
@ -9,13 +8,13 @@ services:
|
|||
MODE: standalone
|
||||
TITLE: "LibreSpeed"
|
||||
TELEMETRY: "false"
|
||||
#ENABLE_ID_OBFUSCATION: "false"
|
||||
#REDACT_IP_ADDRESSES: "false"
|
||||
#PASSWORD:
|
||||
#EMAIL:
|
||||
#DISABLE_IPINFO: "false"
|
||||
#DISTANCE: "km"
|
||||
#WEBPORT: 80
|
||||
# ENABLE_ID_OBFUSCATION: "false"
|
||||
# REDACT_IP_ADDRESSES: "false"
|
||||
# PASSWORD:
|
||||
# EMAIL:
|
||||
# DISABLE_IPINFO: "false"
|
||||
# DISTANCE: "km"
|
||||
# WEBPORT: 80
|
||||
ports:
|
||||
- "127.0.0.1:8082:80" # webport mapping (host:container)
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue