mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-05-31 02:42:34 +02:00
Update README.md
Because of `uptime-kuma uses an image, skipping` when running `docker-compose build` command
This commit is contained in:
parent
78f5d2cd8b
commit
65e680b8cc
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ Change Port and Volume
|
|||
docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data --name uptime-kuma louislam/uptime-kuma
|
||||
```
|
||||
|
||||
Build own Docker image (Linux containers):
|
||||
```bash
|
||||
docker build --pull -t uptime-kuma -f .\Dockerfile .
|
||||
```
|
||||
|
||||
### Without Docker
|
||||
|
||||
Required Tools: Node.js >= 14, git and pm2.
|
||||
|
|
Loading…
Add table
Reference in a new issue