Skip to content
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

Question about methods for configuration #29

Closed
1 task done
kof8855 opened this issue Jan 23, 2024 · 1 comment
Closed
1 task done

Question about methods for configuration #29

kof8855 opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
inacticity-close Closed because of inactivity not-a-bug This does not look like a bug waiting-for-feedback Waiting on feedback

Comments

@kof8855
Copy link

kof8855 commented Jan 23, 2024

Have you read the Important information text above

  • Yes i did

Current behavior

Why, after modifying the PalWorldSettings.ini configuration and restarting the Docker container, does the PalWorldSettings.ini configuration revert to the default settings? I don't want to use variable methods for configuration.

Desired behavior

Why, after modifying the PalWorldSettings.ini configuration and restarting the Docker container, does the PalWorldSettings.ini configuration revert to the default settings? I don't want to use variable methods for configuration.

Links to screenshots

No response

To Reproduce

Why, after modifying the PalWorldSettings.ini configuration and restarting the Docker container, does the PalWorldSettings.ini configuration revert to the default settings? I don't want to use variable methods for configuration.

Software setup

Why, after modifying the PalWorldSettings.ini configuration and restarting the Docker container, does the PalWorldSettings.ini configuration revert to the default settings? I don't want to use variable methods for configuration.

Hardware setup

Why, after modifying the PalWorldSettings.ini configuration and restarting the Docker container, does the PalWorldSettings.ini configuration revert to the default settings? I don't want to use variable methods for configuration.

Additional context

No response

@jammsen jammsen self-assigned this Jan 23, 2024
@jammsen jammsen added not-a-bug This does not look like a bug waiting-for-feedback Waiting on feedback labels Jan 23, 2024
@jammsen
Copy link
Owner

jammsen commented Jan 23, 2024

Hello @kof8855
Because its considered Best-Practice in Docker and Docker-Compose to have your application not do that.
Its called Stateless-Development with some tools, see here: https://12factor.net/config

What you would ask for is basically a "dumb-mode" not doing anything except start the server, is that right?
What would be the standard start params be for that?

@jammsen jammsen changed the title Why, after modifying the PalWorldSettings.ini configuration and restarting the Docker container, does the PalWorldSettings.ini configuration revert to the default settings? I don't want to use variable methods for configuration. Question about methods for configuration Jan 23, 2024
@jammsen jammsen added the inacticity-close Closed because of inactivity label Jan 25, 2024
@jammsen jammsen closed this as completed Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inacticity-close Closed because of inactivity not-a-bug This does not look like a bug waiting-for-feedback Waiting on feedback
Projects
None yet
Development

No branches or pull requests

2 participants