-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do you edit starbound_server.config? #7
Comments
Did you set up persistence with the two volumes or bind mounts as seen here? |
I started with the default two volumes in my docker-compose.yaml Previous to this I was having to shell into the container via Last night I ran What's the preferred method for modifying starbound_server.config and retaining those changes between restarts? Eventually I'd like to switch this setup to bind mounts as that would help with being able to modify files even when the container is stopped. I'll attach my docker-compose.yaml below :
|
Managed to restore my server instance, still new at this whole docker thing but it seems like running docker restart seemed to have overwritten the file from default install template. I'd still like to know the preferred method for editing this file while concretely retaining changes. I think eventually I'll need to explore migrating the data and app dir to a bind mount container image, instead of the volumes currently in use. |
The container image seems to overwrite starbound_server.config at each restart, how do we edit the file but retain changes on restarts?
The text was updated successfully, but these errors were encountered: