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

How to access etherpad settings.json from outside the container? #29

Open
jeffrson opened this issue Feb 15, 2018 · 1 comment
Open
Labels

Comments

@jeffrson
Copy link

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).

@lupa18
Copy link

lupa18 commented Aug 24, 2018

It seems it settings.json is build from "Environment variables". So you don't need to edit it.

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.

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

3 participants