We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5ea5c commit db105aeCopy full SHA for db105ae
Makefile
@@ -25,4 +25,4 @@ api_test_recursion:
25
dig @docker.local google.com
26
27
deploy: image
28
- docker run -it -d -p 8080:8080 -p 53:53 -p 53:53/udp --env-file envfile --name=dyndns davd/docker-ddns:latest
+ docker run -it -d --restart="always" -p 8080:8080 -p 53:53 -p 53:53/udp -v /opt/bind:/var/cache/bind --env-file envfile --name=dyndns davd/docker-ddns:latest
0 commit comments