tvelocity / dockerfiles

My collection of Dockerfiles for various services.
15 stars 39 forks source link

[etherpad-lite] settings.json is overwritten at container restart #3

Closed dereckson closed 9 years ago

dereckson commented 9 years ago

Currently, a volume is provided by Dockerfile to store settings.json, but this file is overwritten at container restart.

entrypoint.sh should only generate it if missing.

tvelocity commented 9 years ago

entrypoint.sh will now generate a settings.json only if it doesn't exist already.