Skip to content

Instantly share code, notes, and snippets.

@jhx0
Last active May 25, 2023 18:44
Show Gist options
  • Select an option

  • Save jhx0/615556d97b30011834d9395ee8b1d17e to your computer and use it in GitHub Desktop.

Select an option

Save jhx0/615556d97b30011834d9395ee8b1d17e to your computer and use it in GitHub Desktop.
A simple speedtest container with a nice UI
version: '2.1'
services:
speedtest:
container_name: speedtest
image: henrywhitaker3/speedtest-tracker
ports:
- 8765:80
volumes:
- /srv/speedtest:/config
environment:
- TZ=Europe/Berlin
- PGID=1000
- PUID=1000
- OOKLA_EULA_GDPR=true
logging:
driver: "json-file"
options:
max-file: "10"
max-size: "200k"
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment