mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-16 15:22:23 +03:00
Updated Troubleshooting (markdown)
parent
7afd35e246
commit
d0935045bb
1 changed files with 0 additions and 8 deletions
|
@ -20,11 +20,3 @@ Then you can test with these commands for example:
|
||||||
curl https://google.com
|
curl https://google.com
|
||||||
ping google.com
|
ping google.com
|
||||||
```
|
```
|
||||||
|
|
||||||
If running a ping results in a DNS-related error, try configuring your container to run using the host's network. To do this, run the `docker run` command with the `--network="host"` flag. For example:
|
|
||||||
|
|
||||||
```
|
|
||||||
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma --network="host" louislam/uptime-kuma:1
|
|
||||||
```
|
|
||||||
|
|
||||||
More information here: https://docs.docker.com/engine/reference/run/#network-host
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue