Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
do not pull always
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Jun 7, 2024
1 parent 6064f00 commit cd7d072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kaiser/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def ensure_setup
"docker run -d
--name #{Config.config[:shared_names][:dns]}
--network #{Config.config[:networkname]}
--privileged --pull=always
--privileged
-e DOCKER_HOST='unix:///var/run/docker.sock'
-v /var/run/docker.sock:/var/run/docker.sock:ro
davidsiaw/dockerdns
Expand Down

0 comments on commit cd7d072

Please sign in to comment.