Skip to content

Commit

Permalink
Update DOCKER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thebrumby authored Sep 14, 2024
1 parent 17adb90 commit 7a87803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ 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
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
Expand Down

0 comments on commit 7a87803

Please sign in to comment.