/
githubmirror
/
traefik
Обзор
Документация
Войти
/
githubmirror
/
traefik
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
integration/resources/compose/tailscale.yml
12 строк
456 B
Thomas Mauran
Remove obsolete version field in compose files
28 май 2025, 18:16
Не верифицирован
28 май 2025, 18:16
0b4058d
Код
Авторство
О чём код?
services: tailscaled: hostname: traefik-tests-gw # This will become the tailscale device name image: tailscale/tailscale:v1.24.0 volumes: # TODO: maybe mount the container's /var/lib to keep some state for tailscale? - "/dev/net/tun:/dev/net/tun" # Required for tailscale to work cap_add: # Required for tailscale to work - net_admin - sys_module command: - tailscaled