Skip to content

Commit db105ae

Browse files
author
root
committed
Add pessistant and restart always
1 parent 9a5ea5c commit db105ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ api_test_recursion:
2525
dig @docker.local google.com
2626

2727
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
28+
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

Comments
 (0)