Document fs permission requirements

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-04-26 22:23:40 +02:00
parent f185d6841a
commit b01720353c
Signed by: luzifer
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -52,6 +52,9 @@ Putting everything together this is how you will start your server:
# Optionally create license accept file
$ touch {FOLDER}/.ts3server_license_accepted
# Ensure user 1000 can work with the mounted folder
$ chown -R 1000:1000 {FOLDER}
# Start container
$ docker run --name TS3 -d -e TS3SERVER_LICENSE=accept -p 9987:9987/udp -v {FOLDER}:/teamspeak3 luzifer/teamspeak3
```