We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
what's the point of having settings.json in a volume? How can I access it from outside the container?
For me it seems, the file is recreated every time a new container is run (eg. after reboot).
The text was updated successfully, but these errors were encountered:
It seems it settings.json is build from "Environment variables". So you don't need to edit it.
settings.json
Then, it recreates only if you remove the container: docker rm etherpad
If you do a stop and up, the file remains the same.
Maybe we can propose a way to install and keep installed some plugins.
Sorry, something went wrong.
No branches or pull requests
Hi,
what's the point of having settings.json in a volume? How can I access it from outside the container?
For me it seems, the file is recreated every time a new container is run (eg. after reboot).
The text was updated successfully, but these errors were encountered: