-
-
Notifications
You must be signed in to change notification settings - Fork 206
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It seems that the /ping endpoint is no longer functioning.
https://speedtest.mydomain.com/ping
Getting 404 NOT FOUND
speedtest:
container_name: Speedtest
image: linuxserver/speedtest-tracker
environment:
- PUID=$PUID
- PGID=$PGID
- TZ=$TZ
# - APP_DEBUG=true
- APP_KEY=$SPEEDTEST_APP_KEY
- DASHBOARD_POLLING=60s
- NOTIFICATION_POLLING=60s
- RESULTS_POLLING=false
# - CACHE_DRIVER=file
- DB_CONNECTION=sqlite
logging:
driver: "local"
options:
max-size: 10m
max-file: "3"
networks:
pihole:
ipv4_address: '172.22.0.108'
ports:
- 5180:80
volumes:
- $USERDIR/Speedtest/config:/config
- $USERDIR/Speedtest/web:/etc/ssl/web
labels:
- backup
- autoheal=true
- "traefik.enable=true"
## HTTP Routers
- "traefik.http.routers.speedtest-rtr.entrypoints=https"
- "traefik.http.routers.speedtest-rtr.rule=Host(`speedtest.$DOMAINNAME`)"
- "traefik.http.routers.speedtest-rtr.tls=true"
## Middlewares
- "traefik.http.routers.speedtest-rtr.middlewares=chain-no-auth@file"
## HTTP Services
- "traefik.http.routers.speedtest-rtr.service=speedtest-svc"
- "traefik.http.services.speedtest-svc.loadbalancer.server.port=80"
# healthcheck:
# test: curl -fSs http://localhost/ping || exit 1
# start_period: 120s
# interval: 10s
# timeout: 10s
# retries: 3
restart: always
mem_limit: 500m
mem_reservation: 200mReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
