Created
January 8, 2020 23:11
-
-
Save ironicbadger/854bb0d5a4979f6890286b961bd8db0e to your computer and use it in GitHub Desktop.
LIbrespeed docker-compose snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: "2" | |
services: | |
librespeed: | |
image: adolfintel/speedtest | |
container_name: librespeed | |
ports: | |
- 8008:80 | |
environment: | |
- MODE=standalone | |
- TELEMETRY=true | |
- PASSWORD=badger1 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment