KagurazakaNyaa / palworld-docker

Palworld dedicated server with docker
https://hub.docker.com/r/kagurazakanyaa/palworld
GNU Affero General Public License v3.0
91 stars 16 forks source link

Palworld config files dont update #13

Closed jameswilsonacre closed 5 months ago

jameswilsonacre commented 5 months ago

Hey,

It seems like at the moment the bash script doesnt handle updating config very well (in that it's only set once).

Even if under a flag can we force a config rewrite on start without having to remote into the container and deleting the config?

KagurazakaNyaa commented 5 months ago

I do not recommend using this method to implement re-initialization, because the configuration file of this game not only contains initialization content through environment variables, but also has many configurations that require manual adjustment by the user. If the container uses an environment variable to force it to start If the configuration file is reinitialized, these modifications will be lost.