Update README.md

Because of `uptime-kuma uses an image, skipping` when running `docker-compose build` command
This commit is contained in:
Adam Stachowicz 2021-07-18 00:27:35 +02:00 committed by GitHub
parent 78f5d2cd8b
commit 65e680b8cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.