TeamSpeak-Systems / teamspeak-linux-docker-images

docker build files for TeamSpeak servers
Other
114 stars 52 forks source link

Access to the hole TS3 files required #85

Open Chaoschaot232 opened 2 years ago

Chaoschaot232 commented 2 years ago

Since the TS3 Devs are unable to write correct SQL I must manually edit there SQL parts and add "IF NOT EXISTS" to there "CREATE" statements but I can not find these files, even when I lock into my overly2 folders so it must be possible to mount this part up to access it easily over SFTP.

Adding /opt/ts3server as volume in the compose file ... well ... it doesn't works well ^^

masonen commented 11 months ago

even if its old. someone might still stumple over it while migration to docker.

What i did was to create an own docker image and copy corected SQL files into the container to the right path owned by the right user. Worked like charm.