-
Notifications
You must be signed in to change notification settings - Fork 48
Description
Does the volume on my drive need special permission or a special user / group?
Do I have to create a user for each volume or do I have to launch the docker run command with a special user?
I start the docker with the following command
docker run --name teamspeak -d -p 9987:9987/udp -p 30033:30033 -p 10011:10011 -v /data/teamspeak:/teamspeak3 devalx/docker-teamspeak3:latest
If i inspect the created container the correct folder is mounted in RW mode, but on start the ts3server.ini never can be found and everytime i get error messages...
ERROR: openFile( file:/teamspeak3/logs//ts3server_2016-02-18__20_38_58.281412_0.log) failed
My files are direct in the directory /data/teamspeak ...
/data/teamspeak/ts3server.ini
/data/teamspeak/ts3server.sqlitedb
...
Thank you very much, Raimund