Change ts3 data folder name to data as name

This commit is contained in:
sporada 2021-04-30 13:59:13 +02:00
parent 62f3bc7e25
commit 34322b44f2

View File

@ -14,7 +14,7 @@ services:
container_name: ts3-service container_name: ts3-service
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./ts3:/var/ts3server - ./data:/var/ts3server
depends_on: depends_on:
- teamspeak-db - teamspeak-db
labels: labels: