From d0935045bb49bed4d6f76015d91a28690931db0e Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Tue, 7 Feb 2023 17:18:59 +0800 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index fa92ea2..7893d78 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -20,11 +20,3 @@ Then you can test with these commands for example: curl https://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