Etherpad docker image
Go to file
Nicco 8e633f7b92
Update README.md
2019-05-08 12:09:02 +02:00
.gitignore ignore changed dbs 2019-05-08 11:54:06 +02:00
Dockerfile docker 2019-05-08 11:53:36 +02:00
LICENSE Create LICENSE 2019-05-08 11:47:56 +02:00
README.md Update README.md 2019-05-08 12:09:02 +02:00
dirty.db docker 2019-05-08 11:53:36 +02:00
docker-compose.yml docker 2019-05-08 11:53:36 +02:00
settings.json docker 2019-05-08 11:53:36 +02:00
start.sh docker 2019-05-08 11:53:36 +02:00

README.md

Etherpad Docker

Etherpad docker image with docker-compose support.

Quickstart 💥

docker-compose up -d

Setup 🏗

git clone https://github.com/CupCakeArmy/docker-etherpad
cd docker-etherpad

# Modify settings
vim settings.json

# Run
docker-compose up -d
  • activepads
  • adminpads
  • author_neat
  • delete_empty_pads
  • push2delete
  • set_title_on_pad
  • small_list

(Default) Persist the DB 💽

By default the DB is persisted into dirty.db. To start with a clean state you need to delete the dirty.db file. Either run rm dirty.db; touch dirty.db or cat /dev/null > dirty.db. docker-compose requires that the file exists, otherwise it will mount it as a folder.

Note

Pluings are not persisted, since they are only saved in the DB. The plugin data though is persisted inside of the DB.