init
This commit is contained in:
24
hosts/ps08rp/tailscale/docker-compose.yml
Normal file
24
hosts/ps08rp/tailscale/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
services:
|
||||
tailscaled:
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
container_name: tailscaled
|
||||
env_file:
|
||||
- .env
|
||||
hostname: ps08rp
|
||||
image: tailscale/tailscale:stable
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: always
|
||||
volumes:
|
||||
- tailscale:/var/lib/tailscale
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
|
||||
volumes:
|
||||
tailscale:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
o: bind
|
||||
device: /opt/tailscale
|
Reference in New Issue
Block a user