Closed JannesStroehlein closed 3 years ago
Hi, that error it's normal it's because u need to use absolute path instead of ./LGSM-Config (applying to every volumen), that's it's an example path, you will need to replace all path with your custom paths.
For example mines are:
-v "/home/vinanrraa/Docker/Satisfactory/ServerFiles:/home/sfserver/serverfiles/" -v "/home/vinanrraa/Docker/Satisfactory/ServerFiles/LogFolder:/home/sfserver/log/" -v "/home/vinanrraa/Docker/Satisfactory/ServerFiles/BackupFolder:/home/sfserver/lgsm/backup/" -v "/home/vinanrraa/Docker/Satisfactory/ServerFiles/LGSM-Config:/home/sfserver/lgsm/config-lgsm/sfserver/"
Thanks that helped!
Hi,
I was trying to install the docker image using your command in the Readme file. Sadly this yielded me this output: `root@debianserver:~# docker run -d \
So my question is how I can set it up correctly. Do I need to install decencies first? Do I have to create a new user on my server?
With kind regards and thanks for your work so far
Jannes