mirror of
https://github.com/luzifer-docker/teamspeak3.git
synced 2024-11-08 20:10:01 +00:00
Document fs permission requirements
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
f185d6841a
commit
b01720353c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue