Browse Source

docs: fix invalid `--port` in docker command, ref #5

dev
Dnomd343 2 years ago
parent
commit
39cc630991
  1. 2
      README.md

2
README.md

@ -354,7 +354,7 @@ shell> docker run -dt \
--volume /etc/cleardns/:/cleardns/ \
--volume /etc/timezone:/etc/timezone:ro \
--volume /etc/localtime:/etc/localtime:ro \
--port 53:53/udp --port 53:53 --port 80:80 \
-p 53:53/udp -p 53:53 -p 80:80 \
dnomd343/cleardns
```

Loading…
Cancel
Save