-
in the "common" file is a block which copies the plugins directory into the corresponding plugins directory of the docker container.
please do the same for the bepinex/patchers folder, this way we …
-
Here's the compose configuration I make use of.
```
---
version: "3.3"
services:
alcpheim.net:
image: "docker.io/lloesche/valheim-server:latest"
network_mode: "apexnenv"
contai…
-
Very basic container setup here following the defaults. When enabling valheim plus the docker logs fill up with repeated:
Sep 27 16:59:03 /supervisord: valheim-server [Warning: HarmonyX] AccessToo…
-
It'd be helpful to see the folder structure change so that pre-load plugins folders aren't read twice by some mods accessing the /config/bepinex folder to read their configurations.
Right now, mods…
-
**Description**
I am trying to do post-copy memory restore using podman to optimize response time of my container. Restore fails specifically the lazy-pages process when receiving the first `pid`…
-
Hello,
Setup a fresh container for the valheim-server image but seem to be getting a start loop. The container logs show it checking for updates, downloading some and then it gets so far an…
-
**Describe the issue**
When vdc.log.old already exists, the plugin dies with an error
**Expected behavior**
plugin should move old logfile to vdc.log.1, vdc.log.2, vdc.log.3 (at least should not …
-
Hello,
I am not sure whether to report this here or directly to Valheim, but me and my friends are experiencing regular server instabilities (top left hud overlay server error icon) and/or disconne…
-
https://github.com/lloesche/valheim-server-docker/discussions/414
I've been trying to restore server from backup. I delete all /worlds files and place those from backup (.db and .fwl) and the world…
-
PhValheim requires internet access and the ability to resolve external DNS records. As of now, PhValheim uses the NAT'd network flow provided by Docker. If the Docker host does not have DNS working …