-
I've got docker image set up with docker-compose, and the server itself runs and we're able to connect, but I cannot control it with Odin at all, looking for any advice! denast@denastServer ~/D/Valheim> docker exec valheim_valheim_1 odin status
[ODIN][ERROR] - Failed to request server information!
[ODIN][INFO] - Name: servername
[ODIN][INFO] - Players: 0/0
[ODIN][INFO] - Map: servername
[ODIN][INFO] - BepInEx Enabled: false
denast@denastServer ~/D/Valheim> docker exec valheim_valheim_1 odin stop
[ODIN][INFO] - Stopping server /root
[ODIN][INFO] - Scanning for Valheim process
[ODIN][INFO] - Process NOT found!
denast@denastServer ~/D/Valheim> docker exec valheim_valheim_1 odin update
[ODIN][INFO] - Checking for updates
[ODIN][INFO] - steamcmd found in path
thread 'main' panicked at src/odin/server/update.rs:157:3:
Invalid app info
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Even if I run Odin from within, I get the same error: denast@denastServer ~/D/Valheim [101]> docker exec -it valheim_valheim_1 gosu steam bash
steam@70fabb9a8965:~/valheim$ odin status
[ODIN][ERROR] - Failed to request server information!
[ODIN][INFO] - Name: servername
[ODIN][INFO] - Players: 0/0
[ODIN][INFO] - Map: servername
[ODIN][INFO] - BepInEx Enabled: false
steam@70fabb9a8965:~/valheim$ Here is my docker-compose.yml:
|
Beta Was this translation helpful? Give feedback.
Answered by
mbround18
Jan 25, 2024
Replies: 1 comment 5 replies
-
docker exec -it valheim_valheim_1 gosu steam odin stop/status/etc the game runs under the steam user but exec goes in via the root user. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This has been fixed https://github.com/mbround18/valheim-docker/releases/tag/v2.4.0