From 4b438f0312a0f23ff55ed246ca77864d571148b3 Mon Sep 17 00:00:00 2001 From: domverse Date: Mon, 16 Mar 2026 22:06:13 +0100 Subject: [PATCH] fix: move extra_hosts to outline-sync-ts container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit extra_hosts is incompatible with network_mode: service:... — move it to the Tailscale sidecar container whose network namespace is shared with outline-sync-ui. Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7479868..8f7b4a8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,6 +17,8 @@ services: cap_add: - NET_ADMIN - NET_RAW + extra_hosts: + - "outline:100.104.53.109" restart: unless-stopped networks: - default @@ -43,8 +45,6 @@ services: environment: - OUTLINE_URL=${OUTLINE_URL:-http://outline:3000} - OUTLINE_TOKEN=${OUTLINE_TOKEN} - extra_hosts: - - "outline:100.104.53.109" volumes: tailscale-state: