Yet another containerized smokeping :)
Adjust docker-compose.yml
to your needs.
When you start the container and the mounted host directory ./config
is empty (on first start), smokeping's default configuration is copied.
If you change your Smokeping targets (./config/config.d/Targets
) or something else, don't forget to restart the container.
docker compose up -d
docker compose down
docker compose pull
docker compose up --force-recreate
Open http://hostname/
in a browser.