Skip to content

Instantly share code, notes, and snippets.

@mskian
Created April 27, 2023 06:36
Show Gist options
  • Save mskian/e243f3d8bc1086489af4dba93ce25912 to your computer and use it in GitHub Desktop.
Save mskian/e243f3d8bc1086489af4dba93ce25912 to your computer and use it in GitHub Desktop.
Uptime Kuma - install using Docker in Ubuntu
# create a Volume folder in home root directory or user directory
mkdir -p uptimekuma

# install via Docker
docker run -d --restart=always -p 3001:3001 -v /root/uptimekuma:/app/data --name uptime-kuma louislam/uptime-kuma:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment