Skip to content

Commit

Permalink
docs: Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 6, 2024
1 parent a0266d8 commit cc768c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Docker container of dnsmasq, an open-source DNS server.

## How to use

Via `docker-compose`
Via Docker Compose:

```yaml
version: "3"
Expand All @@ -33,7 +33,7 @@ services:
restart: on-failure
```
Via `docker run`
Via Docker CLI:
```bash
docker run -it --rm -p 53:53/udp -p 53:53/tcp -e "DNS1=1.0.0.1" -e "DNS2=1.1.1.1" --cap-add=NET_ADMIN dockurr/dnsmasq
Expand Down

0 comments on commit cc768c1

Please sign in to comment.