We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df856c commit c684e5fCopy full SHA for c684e5f
services/mattermost/docker-compose.yml
@@ -16,7 +16,7 @@ services:
16
#- TS_ACCEPT_DNS=true # Uncomment when using MagicDNS
17
volumes:
18
- ./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
+ - ./ts/state:/var/lib/tailscale # Tailscale requirement - you may need to change the path
20
devices:
21
- /dev/net/tun:/dev/net/tun # Network configuration for Tailscale to work
22
cap_add:
@@ -90,4 +90,4 @@ services:
90
# necessary Postgres options/variables defined in the .env file
91
- POSTGRES_USER
92
- POSTGRES_PASSWORD
93
- - POSTGRES_DB
+ - POSTGRES_DB
0 commit comments