-
-
Notifications
You must be signed in to change notification settings - Fork 278
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
Plugin is not persisting between container recreations #427
Comments
Hmm, plugins are stored in composer.plugins.json As a work around, you could map that file into your container. I agree, would be good to support this. It might make sense to generate composer.plugins.json from an env variable. |
Yes, it would be great.
Add I could also build a custom image, but usually I don't like that approach for such small changes like this. For the .env file, I did not find a solution how to make it persistent, and the docker envs does not allow to override all env variables. |
Remember it is not composer.json, but composer.plugins.json ;) |
Hmm, |
Hmm, maybe composer checks that it can write to composer.json even though it doesn't need to write to it in this case. |
Support guidelines
I've found a bug and checked that ...
Description
If there is any added plugin added via
lnms plugin:add
, these will not persist between container recreations.Expected behaviour
All plugins should be available even after recreation
Actual behaviour
Plugins are missing, need to manually install them.
Steps to reproduce
lnms plugin:add socialiteproviders/saml2
Docker info
Docker Compose config
No response
Logs
Additional info
No response
The text was updated successfully, but these errors were encountered: