mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Note about container names.
parent
57989fcc26
commit
2867447d70
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
NOTE: Check from your Dockerfile or docker-compose.yml what is name of MongoDB container.
|
||||
It can be wekan-db, mongodb or something else.
|
||||
|
||||
1) You can run Wekan on Docker locally like this on http://localhost:8080/
|
||||
(or other port it you change 8080 in script):
|
||||
```bash
|
||||
|
|
@ -100,7 +103,7 @@ mongorestore --drop --db=<dbname>
|
|||
exit
|
||||
```
|
||||
|
||||
That dbname can be for example wekandb:
|
||||
That dbname can be for example wekandb or mongodb:
|
||||
```
|
||||
mongorestore --drop --db=wekandb
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue