Skip to content

Instantly share code, notes, and snippets.

@elico
Created April 5, 2026 22:03
Show Gist options
  • Select an option

  • Save elico/0d306b073e2e08b6ac65b45c90fd90f0 to your computer and use it in GitHub Desktop.

Select an option

Save elico/0d306b073e2e08b6ac65b45c90fd90f0 to your computer and use it in GitHub Desktop.
Open Speedtest container
services:
speedtest:
image: elicro/openspeedtest:latest
container_name: openspeedtest
restart: always
environment:
- TZ=Asia/Jerusalem
volumes:
- ./disk1/openspeed/var:/var/log/nginx
ports:
- "38080:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment