convert to spaces

This commit is contained in:
2024-05-31 16:38:00 -05:00
parent 7c56365903
commit 403b65abc5

View File

@@ -1,27 +1,27 @@
services:
tailscaled:
cap_add:
- NET_ADMIN
- NET_RAW
container_name: tailscaled
dns:
- 127.0.0.1
tailscaled:
cap_add:
- NET_ADMIN
- NET_RAW
container_name: tailscaled
dns:
- 127.0.0.1
- 192.168.1.134
env_file:
- .env
hostname: ps09rp
image: tailscale/tailscale:stable
network_mode: host
privileged: true
restart: always
volumes:
- tailscale:/var/lib/tailscale
- /dev/net/tun:/dev/net/tun
env_file:
- .env
hostname: ps09rp
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/containers/tailscale
tailscale:
driver: local
driver_opts:
type: none
o: bind
device: /opt/containers/tailscale