mbround18 / enshrouded-docker

🌟 Welcome to the ultimate enshrouded Server Setup! 🌍 This GitHub repository is your go-to toolkit 🛠️ for launching an enshrouded server in a snap using Docker!
https://dev.to/mbround18/setting-up-an-enshrouded-dedicated-server-with-docker-2n1i
BSD 3-Clause "New" or "Revised" License
34 stars 12 forks source link

server configuration is overwritten on startup #14

Closed ekauz closed 4 months ago

ekauz commented 4 months ago

It seems like the enshrouded_server.json config is getting overwritten on startup regardless of whether the file exists or not. This leads all of the settings, specifically the password, getting reset whenever the container restarts.

Unable to mount just the config as ro because it is inside of the parent bind mount.

My only workaround right now is to copy my config over the default-initialized one once the container starts and before the server actually starts up.

mbround18 commented 4 months ago

oooo good catch! let me look into this!

mbround18 commented 4 months ago

@ekauz they changed the config format, i got an update for it on #15 :)

mbround18 commented 4 months ago

https://github.com/mbround18/enshrouded-docker/releases/tag/v1.1.0 should be good go :)

ekauz commented 4 months ago

config merges now, looks like it works, thanks!