Skip to content

Commit

Permalink
run coredns with host network mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Dec 13, 2023
1 parent ef3d397 commit 9b01a91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ services:
- "443:443"

coredns:
#network_mode: host
container_name: coredns
image: coredns/coredns:1.10.1
command: -conf /root/dnsconfig/Corefile
Expand Down

0 comments on commit 9b01a91

Please sign in to comment.