From 16952a286441afa3f2637d0f0fb41861cb42eab8 Mon Sep 17 00:00:00 2001 From: Jack Spiering <46534141+jackspiering@users.noreply.github.com> Date: Wed, 24 Dec 2025 14:48:27 +0100 Subject: [PATCH] Change Tailscale state volume path in docker-compose Updated the Tailscale state path in the Docker Compose file. --- services/mattermost/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/mattermost/docker-compose.yml b/services/mattermost/docker-compose.yml index 3b21bb7..9a0c71f 100644 --- a/services/mattermost/docker-compose.yml +++ b/services/mattermost/docker-compose.yml @@ -16,7 +16,7 @@ services: #- 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 - - ./${SERVICE}-data/tailscale/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path + - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path devices: - /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work cap_add: @@ -90,4 +90,4 @@ services: # necessary Postgres options/variables defined in the .env file - POSTGRES_USER - POSTGRES_PASSWORD - - POSTGRES_DB \ No newline at end of file + - POSTGRES_DB