Skip to content

Commit

Permalink
Removed double use of devices (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
crypt0rr authored Jan 4, 2025
1 parent 8f710d4 commit d4e1306
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/tailscale-exit-node/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ services:
cap_add:
- net_admin # Tailscale requirement
- sys_module # Tailscale requirement
devices:
- /dev/net/tun
network_mode: bridge
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:41234/healthz"] # Check Tailscale has a Tailnet IP and is operational
Expand Down

0 comments on commit d4e1306

Please sign in to comment.