mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Add remove containers commands for reinstalling.
parent
91456ad7a2
commit
eadc63e154
1 changed files with 7 additions and 0 deletions
|
|
@ -93,3 +93,10 @@ mongorestore --port 11235
|
|||
10) If you would like to browse mongo database that is outside of docker in GUI, you could try some admin interface:
|
||||
|
||||
https://docs.mongodb.com/ecosystem/tools/administration-interfaces/
|
||||
|
||||
11) If you sometime after backups want to remove wekan containers to reinstall them, do:
|
||||
```bash
|
||||
docker stop wekan wekan-db
|
||||
docker rm wekan wekan-db
|
||||
```
|
||||
Then you can reinstall from step 1.
|
||||
Loading…
Add table
Add a link
Reference in a new issue