You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 5, 2023. It is now read-only.
Hi everyone, first of all thanks for this work, I'm using LinuxGSM-Docker on an OMV server to host a Valheim server (great game!) and I have 2-3 technical questions.
First, I noticed that there is no "vi" or "nano" to edit my configuration files so I would like to install it but the account is not root... Could you please give me the root password so that I can make this addition and recreate an image for me?
Then there is something I don't understand. Why do I need to mount the next volume on my host when the "/home/lgsm" directory of the image is useless?
-v /path/to/lgsm:/home/lgsm/
I wanted to mount "-v /path/to/lgsm:/home/linuxgsm" instead to have a direct access to the tree from my host machine but even by doing the "chown -R 750:750" on the associated directory I can't execute the ./vhserver command on my container anymore... What I don't miss or understand ?