Skip to content

Commit c684e5f

Browse files
authored
Change Tailscale state volume path in docker-compose (#179)
1 parent 0df856c commit c684e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/mattermost/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
#- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
1717
volumes:
1818
- ./config:/config # Config folder used to store Tailscale files - you may need to change the path
19-
- ./${SERVICE}-data/tailscale/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
19+
- ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
2020
devices:
2121
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
2222
cap_add:
@@ -90,4 +90,4 @@ services:
9090
# necessary Postgres options/variables defined in the .env file
9191
- POSTGRES_USER
9292
- POSTGRES_PASSWORD
93-
- POSTGRES_DB
93+
- POSTGRES_DB

0 commit comments

Comments
 (0)