Skip to main content

Installing uptime kuma

Setup/install uptime kuma using docker compose file:

Docker compose file:
version: '3.3'

services:
uptime-kuma:
image: louislam/uptime-kuma
container_name: uptime-kuma
volumes:
- ./uptime-kuma:/app/data
ports:
- 3001:3001

You tube video of installing uptime kuma in portainer