mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-03-10 12:50:17 +07:00
While running docker mention 127.0.0.1 in port mapping
While running docker mention 127.0.0.1 so that it doesn't conflict with resolve daemon
This commit is contained in:
parent
27e8251d11
commit
f51231f915
@ -165,8 +165,8 @@ go build
|
|||||||
5) Run Docker, this example expects that you have `port = "80"` in your `config.cfg`:
|
5) Run Docker, this example expects that you have `port = "80"` in your `config.cfg`:
|
||||||
```
|
```
|
||||||
docker run --rm --name acmedns \
|
docker run --rm --name acmedns \
|
||||||
-p 53:53 \
|
-p 127.0.0.1:53:53 \
|
||||||
-p 53:53/udp \
|
-p 127.0.0.1:53:53/udp \
|
||||||
-p 80:80 \
|
-p 80:80 \
|
||||||
-v /path/to/your/config:/etc/acme-dns:ro \
|
-v /path/to/your/config:/etc/acme-dns:ro \
|
||||||
-v /path/to/your/data:/var/lib/acme-dns \
|
-v /path/to/your/data:/var/lib/acme-dns \
|
||||||
|
Loading…
Reference in New Issue
Block a user