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