mirror of
https://github.com/joohoi/acme-dns.git
synced 2025-03-09 20:29:14 +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`:
|
||||
```
|
||||
docker run --rm --name acmedns \
|
||||
-p 53:53 \
|
||||
-p 53:53/udp \
|
||||
-p 127.0.0.1:53:53 \
|
||||
-p 127.0.0.1:53:53/udp \
|
||||
-p 80:80 \
|
||||
-v /path/to/your/config:/etc/acme-dns:ro \
|
||||
-v /path/to/your/data:/var/lib/acme-dns \
|
||||
|
Loading…
Reference in New Issue
Block a user