mirror of
https://github.com/cupcakearmy/docker-etherpad.git
synced 2024-12-21 23:36:25 +00:00
Update README.md
This commit is contained in:
parent
2075adf192
commit
c8cef47804
13
README.md
13
README.md
@ -27,3 +27,16 @@ By default the DB is persisted into `dirty.db`.
|
|||||||
To start with a clean state you need to delete the `dirty.db` file.
|
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`.
|
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.
|
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.
|
||||||
|
|
||||||
|
### Recommended Plugins
|
||||||
|
|
||||||
|
- activepads
|
||||||
|
- adminpads
|
||||||
|
- author_neat
|
||||||
|
- delete_empty_pads
|
||||||
|
- push2delete
|
||||||
|
- set_title_on_pad
|
||||||
|
- small_list
|
||||||
|
Loading…
Reference in New Issue
Block a user