Closed Tander closed 5 months ago
Now I can't create container even after I remove container and all volumes:
sudo rm -rf server saves backups
docker rm valheim_valheim_1
docker-compose up -d
leads to:
...
Success! App '896660' fully installed.
[ODIN][INFO]: Successfully installed Valheim!
2024-06-10 11:38:47 - [Valheim][INFO]: Initializing Variables....
[ODIN][INFO]: Checking directory permissions: "/home/steam/valheim"
[ODIN][INFO]: Checking directory permissions: "/home/steam/scripts"
[ODIN][INFO]: Checking file permissions: "/home/steam/.bashrc"
[ODIN][ERROR]: Failed to find server executable! Please run `odin install`
How it's even possible? Shouldn't start script download server if there is literally no files in volumes?
I have no idea what is broken and how it can be broken with your image. Switched to https://github.com/lloesche/valheim-server-docker and it works flawlessly. Closing issue.
Server files owned by systemd-timesync (111), ignoring PUID=1000, which leads to all sorts of errors during creating contatiner when PUID explicitely set. When I don't set it, ALL files are owned by that user.
At first I created container withouth PUID and it worked normally. Then I noticed wrong user in owners, added PUID and PGID, recreated container, and got permission-related error. I tried to remove content of all volumes and container itself, but issue persists.
My docker-compose.yml