diff --git a/services/adguardhome/docker-compose.yml b/services/adguardhome/docker-compose.yml index 44644d77..5dbfdab7 100644 --- a/services/adguardhome/docker-compose.yml +++ b/services/adguardhome/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/audiobookshelf/docker-compose.yml b/services/audiobookshelf/docker-compose.yml index d64a5625..1a02d5be 100644 --- a/services/audiobookshelf/docker-compose.yml +++ b/services/audiobookshelf/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/bazarr/docker-compose.yml b/services/bazarr/docker-compose.yml index 3f21faff..b602449b 100644 --- a/services/bazarr/docker-compose.yml +++ b/services/bazarr/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/beszel/agent/docker-compose.yml b/services/beszel/agent/docker-compose.yml index 27d48e73..ae37ea8e 100644 --- a/services/beszel/agent/docker-compose.yml +++ b/services/beszel/agent/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/beszel/hub/docker-compose.yml b/services/beszel/hub/docker-compose.yml index 4f4112f7..c706904c 100644 --- a/services/beszel/hub/docker-compose.yml +++ b/services/beszel/hub/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/caddy/docker-compose.yml b/services/caddy/docker-compose.yml index 3cdafd05..db139708 100644 --- a/services/caddy/docker-compose.yml +++ b/services/caddy/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/changedetection/docker-compose.yml b/services/changedetection/docker-compose.yml index 32c49f88..ffc5efbd 100644 --- a/services/changedetection/docker-compose.yml +++ b/services/changedetection/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/clipcascade/docker-compose.yml b/services/clipcascade/docker-compose.yml index 79c0f4c6..c07faa22 100644 --- a/services/clipcascade/docker-compose.yml +++ b/services/clipcascade/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/cyberchef/docker-compose.yml b/services/cyberchef/docker-compose.yml index 94301cb5..0ba8cbfd 100644 --- a/services/cyberchef/docker-compose.yml +++ b/services/cyberchef/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/ddns-updater/docker-compose.yml b/services/ddns-updater/docker-compose.yml index abd7fa49..ab6e9df6 100644 --- a/services/ddns-updater/docker-compose.yml +++ b/services/ddns-updater/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/donetick/docker-compose.yml b/services/donetick/docker-compose.yml index 05fd7da8..60b214ab 100644 --- a/services/donetick/docker-compose.yml +++ b/services/donetick/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/dozzle/docker-compose.yml b/services/dozzle/docker-compose.yml index e38564f4..f4022068 100644 --- a/services/dozzle/docker-compose.yml +++ b/services/dozzle/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/dumbdo/docker-compose.yml b/services/dumbdo/docker-compose.yml index 6db15c7c..553b7e80 100644 --- a/services/dumbdo/docker-compose.yml +++ b/services/dumbdo/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/eigenfocus/docker-compose.yml b/services/eigenfocus/docker-compose.yml index 5f537057..f59a3464 100644 --- a/services/eigenfocus/docker-compose.yml +++ b/services/eigenfocus/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/excalidraw/docker-compose.yml b/services/excalidraw/docker-compose.yml index d3ce93d1..d5cad4aa 100644 --- a/services/excalidraw/docker-compose.yml +++ b/services/excalidraw/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/flatnotes/docker-compose.yml b/services/flatnotes/docker-compose.yml index 4f750909..2f26d1bb 100644 --- a/services/flatnotes/docker-compose.yml +++ b/services/flatnotes/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/ghost/docker-compose.yml b/services/ghost/docker-compose.yml index 8a772ee0..0c2c4946 100644 --- a/services/ghost/docker-compose.yml +++ b/services/ghost/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/gokapi/docker-compose.yml b/services/gokapi/docker-compose.yml index e6491e88..b2cd39b3 100644 --- a/services/gokapi/docker-compose.yml +++ b/services/gokapi/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/haptic/docker-compose.yml b/services/haptic/docker-compose.yml index 5f03d9cf..b6b12b08 100644 --- a/services/haptic/docker-compose.yml +++ b/services/haptic/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/homarr/docker-compose.yml b/services/homarr/docker-compose.yml index e7a8c3e3..18cf77ab 100644 --- a/services/homarr/docker-compose.yml +++ b/services/homarr/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/home-assistant/docker-compose.yml b/services/home-assistant/docker-compose.yml index a22d97c3..fd4be074 100644 --- a/services/home-assistant/docker-compose.yml +++ b/services/home-assistant/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/isley/docker-compose.yml b/services/isley/docker-compose.yml index 3d3a1ac8..9766c109 100644 --- a/services/isley/docker-compose.yml +++ b/services/isley/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/it-tools/docker-compose.yml b/services/it-tools/docker-compose.yml index 94301cb5..0ba8cbfd 100644 --- a/services/it-tools/docker-compose.yml +++ b/services/it-tools/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/jellyfin/docker-compose.yml b/services/jellyfin/docker-compose.yml index fa15dc30..1fdc60b7 100644 --- a/services/jellyfin/docker-compose.yml +++ b/services/jellyfin/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/kaneo/docker-compose.yml b/services/kaneo/docker-compose.yml index 71f688c0..dfe4a63b 100644 --- a/services/kaneo/docker-compose.yml +++ b/services/kaneo/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/karakeep/docker-compose.yml b/services/karakeep/docker-compose.yml index f97b5eb9..281bfd2e 100644 --- a/services/karakeep/docker-compose.yml +++ b/services/karakeep/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/languagetool/docker-compose.yml b/services/languagetool/docker-compose.yml index 8d09e35f..688b62a6 100644 --- a/services/languagetool/docker-compose.yml +++ b/services/languagetool/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/linkding/docker-compose.yml b/services/linkding/docker-compose.yml index 38c81959..e8f7f15c 100644 --- a/services/linkding/docker-compose.yml +++ b/services/linkding/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/metube/docker-compose.yml b/services/metube/docker-compose.yml index 2a32a8bc..fc7980c5 100644 --- a/services/metube/docker-compose.yml +++ b/services/metube/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - - TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + - TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ./config:/config # Config folder used to store Tailscale files - you may need to change the path - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/miniqr/docker-compose.yml b/services/miniqr/docker-compose.yml index 8443570d..df0c171a 100644 --- a/services/miniqr/docker-compose.yml +++ b/services/miniqr/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/nanote/docker-compose.yml b/services/nanote/docker-compose.yml index 010a1959..08506912 100644 --- a/services/nanote/docker-compose.yml +++ b/services/nanote/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/nessus/docker-compose.yml b/services/nessus/docker-compose.yml index 134026cb..98bdaa5a 100644 --- a/services/nessus/docker-compose.yml +++ b/services/nessus/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/nextcloud/docker-compose.yml b/services/nextcloud/docker-compose.yml index b354776b..bef641b1 100644 --- a/services/nextcloud/docker-compose.yml +++ b/services/nextcloud/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/nodered/docker-compose.yml b/services/nodered/docker-compose.yml index 80c95436..58c60b92 100644 --- a/services/nodered/docker-compose.yml +++ b/services/nodered/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/pihole/docker-compose.yml b/services/pihole/docker-compose.yml index a8c2b741..b33eebf6 100644 --- a/services/pihole/docker-compose.yml +++ b/services/pihole/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/pingvin-share/docker-compose.yml b/services/pingvin-share/docker-compose.yml index 7d009372..9cb72b91 100644 --- a/services/pingvin-share/docker-compose.yml +++ b/services/pingvin-share/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/plex/docker-compose.yml b/services/plex/docker-compose.yml index 00e592df..eb1884e1 100644 --- a/services/plex/docker-compose.yml +++ b/services/plex/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/pocket-id/docker-compose.yml b/services/pocket-id/docker-compose.yml index c48c3cf8..a92a7dba 100644 --- a/services/pocket-id/docker-compose.yml +++ b/services/pocket-id/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/portainer/docker-compose.yml b/services/portainer/docker-compose.yml index c662bf10..758641c3 100644 --- a/services/portainer/docker-compose.yml +++ b/services/portainer/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/qbittorrent/docker-compose.yml b/services/qbittorrent/docker-compose.yml index 297c24b3..0cb7ca4a 100644 --- a/services/qbittorrent/docker-compose.yml +++ b/services/qbittorrent/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/radarr/docker-compose.yml b/services/radarr/docker-compose.yml index 9db23653..1ee0f3e4 100644 --- a/services/radarr/docker-compose.yml +++ b/services/radarr/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/resilio-sync/docker-compose.yml b/services/resilio-sync/docker-compose.yml index 5a4d9fd7..d6c9c719 100644 --- a/services/resilio-sync/docker-compose.yml +++ b/services/resilio-sync/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/searxng/docker-compose.yml b/services/searxng/docker-compose.yml index 7d1b86c8..a07ef390 100644 --- a/services/searxng/docker-compose.yml +++ b/services/searxng/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/slink/docker-compose.yml b/services/slink/docker-compose.yml index fd9bb80e..ce5db63c 100644 --- a/services/slink/docker-compose.yml +++ b/services/slink/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/sonarr/docker-compose.yml b/services/sonarr/docker-compose.yml index 95cc7016..b4154165 100644 --- a/services/sonarr/docker-compose.yml +++ b/services/sonarr/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/speedtest-tracker/docker-compose.yml b/services/speedtest-tracker/docker-compose.yml index 63015cf1..5076a3a0 100644 --- a/services/speedtest-tracker/docker-compose.yml +++ b/services/speedtest-tracker/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/stirlingpdf/docker-compose.yml b/services/stirlingpdf/docker-compose.yml index c7e26aa8..52009aae 100644 --- a/services/stirlingpdf/docker-compose.yml +++ b/services/stirlingpdf/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/tailscale-exit-node/docker-compose.yml b/services/tailscale-exit-node/docker-compose.yml index fc760475..24a54bea 100644 --- a/services/tailscale-exit-node/docker-compose.yml +++ b/services/tailscale-exit-node/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/tautulli/docker-compose.yml b/services/tautulli/docker-compose.yml index 8ee2be0a..4aae21eb 100644 --- a/services/tautulli/docker-compose.yml +++ b/services/tautulli/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/technitium/docker-compose.yml b/services/technitium/docker-compose.yml index 28e4d539..728edf9a 100644 --- a/services/technitium/docker-compose.yml +++ b/services/technitium/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/traefik/docker-compose.yml b/services/traefik/docker-compose.yml index 61ae95c9..f8266fec 100644 --- a/services/traefik/docker-compose.yml +++ b/services/traefik/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/uptime-kuma/docker-compose.yml b/services/uptime-kuma/docker-compose.yml index 991a3b57..847d2774 100644 --- a/services/uptime-kuma/docker-compose.yml +++ b/services/uptime-kuma/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/services/vaultwarden/docker-compose.yml b/services/vaultwarden/docker-compose.yml index 64157d66..50e01f48 100644 --- a/services/vaultwarden/docker-compose.yml +++ b/services/vaultwarden/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path diff --git a/templates/service-template/docker-compose.yml b/templates/service-template/docker-compose.yml index 6e487d2b..cbca213c 100644 --- a/templates/service-template/docker-compose.yml +++ b/templates/service-template/docker-compose.yml @@ -13,7 +13,7 @@ services: - TS_USERSPACE=false - TS_ENABLE_HEALTH_CHECK=true # Enable healthcheck endpoint: "/healthz" - TS_LOCAL_ADDR_PORT=127.0.0.1:41234 # The : for the healthz endpoint - #- TS_EXTRA_ARGS=--accept-dns=true # Uncomment when using MagicDNS + #- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS volumes: - ${PWD}/config:/config # Config folder used to store Tailscale files - you may need to change the path - ${PWD}/ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path