Closed ekauz closed 4 months ago
oooo good catch! let me look into this!
@ekauz they changed the config format, i got an update for it on #15 :)
https://github.com/mbround18/enshrouded-docker/releases/tag/v1.1.0 should be good go :)
config merges now, looks like it works, thanks!
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.