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

Configuration reset when recreate container. #46

Open
fanthos opened this issue Mar 16, 2022 · 0 comments
Open

Configuration reset when recreate container. #46

fanthos opened this issue Mar 16, 2022 · 0 comments
Labels

Comments

@fanthos
Copy link

fanthos commented Mar 16, 2022

Summary

Making change to config.inc.php when mapping /www/ssp/conf may lost after container recreate.

Steps to reproduce

  1. Map /www/ssp/conf to host.
  2. Edit config.inc.php
  3. Delete container, and start new container with same image.
  4. Changes in config.inc.php lost and content had reset to default.

What is the expected correct behavior?

The changes in configuration file should not reset.

Relevant logs and/or screenshots

Environment

docker

  • Image version / tag: latest
  • Host OS:

Possible fixes

Seems should map /www/ssp for workaround. On install stage, should check the config.inc.php exists before extract configuration file.

@fanthos fanthos added the bug label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant