View Post

How to Install an Internet Speed Test Server on OMV5

In diy, OpenMediaVault, Tutorials, Video by dbtech

In this post we’ll look at How to Install an Internet Speed Test Server on OMV5. This is a pretty quick and easy container to setup. Open Portainer and paste this into a new Stack: version: ‘2’ services: db: image: influxdb container_name: influxdb networks: – default volumes: – /srv/dev-disk-by-label-Files/Config/SpeedTest:/var/lib/influxdb environment: – INFLUXDB_ADMIN_USER=admin – INFLUXDB_ADMIN_PASSWORD=password – INFLUXDB_DB=speedtest restart: unless-stopped web: image: …