Setup Uptime Kuma in VyOS 1.5
This command to setup Uptime Kuma in VyOS, is useful for monitoring from VyOS or gateway if VyOS acts as router/firewall
allow-host-networks Allow container use host network (vyos network) for communication to outside VyOS
capability 'net-raw' Permission to container create raw network socket
image 'louislam/uptime-kuma:1' Set image Uptime Kuma to container in vyos, in this cammnad we use latest
port http destination '3001' port http source '3001' "http" is name for port in vyos. "destination" for set container port and listening port for web access uptime kuma.
volume data destination '/app/data' volume data source '/config/containers/uptime-kuma/app/data' "data" is name for volume in vyos, "destination" is for container directory, "source" directory in vyos use for container directory
Last updated