diff --git a/README.md b/README.md index 7bfbf9406..b09048d74 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ docker run -d --restart=always -p 3001:3001 louislam/uptime-kuma Browse to http://localhost:3001 after started. +Change Port and Volume + +```bash +docker run -d --restart=always -p :3001 -v :/app/data louislam/uptime-kuma +``` + ### Without Docker Required Tools: Node.js >= 14, git and pm2.