Skip to content

Commit

Permalink
allow dns override
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 22, 2024
1 parent ba6c769 commit 8b50e28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Run:
```
docker run -p 5000:5000 --rm ghcr.io/traefikturkey/ongoing:latest
docker run --dns 1.1.1.1 -p 5000:5000 --rm ghcr.io/traefikturkey/ongoing:latest
```
Access http://localhost:5000

--dns will override any local dns incase you are using pihole

0 comments on commit 8b50e28

Please sign in to comment.