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

Commit

Permalink
use updated dockerdns
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Jun 7, 2024
1 parent 093ebd0 commit f42b4a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions lib/kaiser/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,10 @@ def ensure_setup
"docker run -d
--name #{Config.config[:shared_names][:dns]}
--network #{Config.config[:networkname]}
--privileged
-v /var/run/docker.sock:/docker.sock:ro
phensley/docker-dns
--privileged --pull=always
-e DOCKER_HOST='unix:///var/run/docker.sock'
-v /var/run/docker.sock:/var/run/docker.sock:ro
davidsiaw/dockerdns
--domain #{http_suffix}
--record :#{ip_of_container(Config.config[:shared_names][:nginx])}"
)
Expand Down
2 changes: 1 addition & 1 deletion lib/kaiser/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Kaiser
VERSION = '0.8.1'
VERSION = '0.8.2'
end

0 comments on commit f42b4a1

Please sign in to comment.