h0tw1r3 / valheim-webmap

Live Valheim world map on the web! Server side only BepInEx mod.
MIT License
15 stars 5 forks source link

Not working in docker #5

Closed 22151014 closed 6 months ago

22151014 commented 1 year ago

BepInEx v5.4.2105

I'm hosting a dedicated server using ich777's docker container on unraid (steamcmd). I've placed the contents in the BepInEx\plugins\WebMap directory but can't seem to get anything to load at port 3000. I don't see a configuration file in \config either. I've tested other mods and BepInEx does appear to be installed and working.

Sorry I'm a bit new to this but any help would be appreciated.

readymix commented 8 months ago

You need to expose the port in the docker container. If you are spinning it up via command line, you need to add a -p 3000:3000 to the command.

h0tw1r3 commented 6 months ago

As the documentation states, port 3000 (configurable) must be accessible. By default docker containers are on a NAT network which require explicit port forwarding.