Skip to content

Instantly share code, notes, and snippets.

@samuelbezerrab
Last active February 17, 2024 16:43
Show Gist options
  • Save samuelbezerrab/4cea60d7e8fc77472403f9d7fa0e5b2e to your computer and use it in GitHub Desktop.
Save samuelbezerrab/4cea60d7e8fc77472403f9d7fa0e5b2e to your computer and use it in GitHub Desktop.
version: '3'
services:
speedtest:
container_name: speedtest-tracker
image: henrywhitaker3/speedtest-tracker:latest
restart: unless-stopped
ports:
- 8765:80
volumes:
- ./config:/config
environment:
- TZ=Europe/Zurich
- PUID=1026
- PGID=100
- OOKLA_EULA_GDPR=true
logging:
driver: "json-file"
options:
max-file: "10"
max-size: "200k"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment