-
Hey, I'm trying to start this server but no luck for some reason. The host is a freshly made VM with ubuntu 20.04 server, 2vcore and 8gb RAM This is the docker-compose.yml (i'm still using docker-compose)
A
Entering the container and checking the full details for
The The docker-compose is running as non-root with 1000:1000 (tested with I've no clue what to look into. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, updating to show my consideration I've deleted the However, I wanted to replace the default configuration for plugins with some that I've tuned locally. Is that intended? After copying my custom configurations I've run a |
Beta Was this translation helpful? Give feedback.
Sorry, updating to show my consideration
I've deleted the
valheim
directory that the image create as volume and run thedocker-compose up -d
againThis time it has gone through
However, I wanted to replace the default configuration for plugins with some that I've tuned locally.
When doing the copy over I noticed that the files generated in the volume are assigned to the current username but
nogroup
.Is that intended? After copying my custom configurations I've run a
chown myuser:nogroup *
in the directory of the plugin configuration and everything seems to work now.