mirror of
https://github.com/cupcakearmy/docker-etherpad.git
synced 2024-12-21 15:36:23 +00:00
Update README.md
This commit is contained in:
parent
c8cef47804
commit
8e633f7b92
20
README.md
20
README.md
@ -21,16 +21,6 @@ vim settings.json
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
### (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.
|
||||
|
||||
### Recommended Plugins
|
||||
|
||||
- activepads
|
||||
@ -40,3 +30,13 @@ Pluings are not persisted, since they are only saved in the DB. The plugin data
|
||||
- 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.
|
||||
|
Loading…
Reference in New Issue
Block a user