Skip to content

Commit

Permalink
docs: Docker CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 16, 2024
1 parent ee5ae9b commit 290b7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
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
docker run -it --name dnsmasq -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
```

## Configuration
Expand Down

0 comments on commit 290b7d7

Please sign in to comment.