lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.89k stars 269 forks source link

Server showing as version 0.218.12 #673

Closed Sumokai31 closed 2 months ago

Sumokai31 commented 2 months ago

Hi everybody,

I've some issues concerning my valheim container. I'm running a default compose file, very simple:

services: valheim-server: container_name: valheim-server image: ghcr.io/lloesche/valheim-server cap_add:

  • sys_nice volumes:
  • /opt/docker/data/valheim-server/config:/config
  • /opt/docker/data/valheim-server/data:/opt/valheim ports:
  • "2456-2458:2456-2458/udp"
  • "8098:9001/tcp" environment:
  • PUID=1000
  • PGID=1000
  • TZ= Europe\Paris
  • SERVER_NAME=Server
  • WORLD_NAME=World
  • SERVER_PASS=StrongPassword!
  • SERVER_PUBLIC=false
  • BACKUPS_MAX_AGE=30
  • PUBLIC_TEST=false restart: unless-stopped

My issue is that in docker logs I've a game version listed as 0.217.48 which is what I want but when I try to connect to the server from my computer, it's showing version 0.218.12 for the server and tell me that I'm running an out of date game. I don't know also why the server name is THUNDERDOME, I've never set that.

image

Have you some ideas?

Sumokai31 commented 2 months ago

Some aditionnals information for my case: First before last docker image update, I've manage to connect to this server without issue. I've turned it off and just turned it on yesterday for playing on it so I don't think there is something to do with my configuration.

I've tried several things:

image

Is there a way to specified the valheim server version we want on the server?

Sumokai31 commented 2 months ago

Some news from my case.

It's nothing to do regarding the container, even with the container off my IP 192.168.1..10:2456 continue to introduce the server as THUNDERDOME with version 0.218.12. I found also some logs in /home/user/.config/unity3d/IronGate/Valheim/ with the name THUNDERDOME in it, I've removed it and it continue to introduce the server as THUNDERDOME. There's something I missing but I found a solution. I even deleted all steam cloud files, install the game on different disk.

I'm running the game under Linux Arch, if somebody has an explaination to this issue I take it ^^.

Juste change the exposed port from 2456-2458 to 2556-2558 and no issue...