Skip to content

Commit

Permalink
Enforcing Tailscale DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Feb 3, 2023
1 parent 5777cc5 commit 5fe21b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
env_file: .env
hostname: ${HOSTNAME}
network_mode: host
dns: 100.100.100.100
privileged: true
restart: unless-stopped
sensors:
Expand All @@ -14,6 +15,6 @@ services:
env_file: .env
hostname: ${HOSTNAME}
network_mode: host
dns: 100.100.100.100
privileged: true
restart: unless-stopped

0 comments on commit 5fe21b4

Please sign in to comment.