diff --git a/docs/DOCKER.md b/docs/DOCKER.md index 03156d4..35ad876 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -59,7 +59,7 @@ docker run -d --name telegram-claim-bot --restart unless-stopped thebrumby/teleg The Docker container inherits it's networking properties from the host computer. If you experience DNS issues using Docker's default network settings (e.g., GitHub fails to resolve and no games load), you can manually override the DNS using the commands below: -**Using Cloudflare's DNS** +**Using Cloudflare's DNS (if the standard command above doesn't work)** ```bash docker stop telegram-claim-bot @@ -67,7 +67,7 @@ docker rm telegram-claim-bot docker run -d --name telegram-claim-bot --dns="1.1.1.1" --restart unless-stopped thebrumby/telegram-claim-bot:latest ``` -**Using Google's DNS** +**Using Google's DNS (if the standard command above doesn't work)** ```bash docker stop telegram-claim-bot