mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 21:40:12 -08:00
removed tailsacle subnet router
fuck that noise. I can't figure out how to make it work and allow me to access devices on my local network. that was supposed to be the point of it! anyway, skill issue I'm sure but I gave up.
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
services:
|
||||
tailscale:
|
||||
image: tailscale/tailscale
|
||||
container_name: tailscale-subnet-router
|
||||
hostname: docker-router
|
||||
environment:
|
||||
- TS_EXTRA_ARGS=--advertise-routes=192.168.68.0/22 --ssh --accept-routes --advertise-exit-node --reset --hostname=docker-router
|
||||
- TS_STATE_DIR=/var/lib/tailscale
|
||||
- TS_USERSPACE=false
|
||||
volumes:
|
||||
- /var/lib/tailscale:/var/lib/tailscale
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
network_mode: host
|
||||
cap_add:
|
||||
- net_admin
|
||||
- net_raw
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
tailscale-data:
|
||||
@@ -1,2 +0,0 @@
|
||||
nameserver 1.1.1.1
|
||||
nameserver 9.9.9.9
|
||||
Reference in New Issue
Block a user