Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Typhonragewind authored Apr 1, 2022
1 parent 50a8c56 commit c16b5ef
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
container_name: meshcentral
depends_on:
- 'mongodb'
image: typhonragewind/meshcentral
image: typhonragewind/meshcentral:mongodb
ports:
- 8086:443
- 8087:800
Expand All @@ -81,20 +81,6 @@ services:
- ./meshcentral/user_files:/opt/meshcentral/meshcentral-files
```
Additionally you must change the config in meshcentral/data/config.json to include the following mongoDB configuration lines. In the future, once image versioning is implemented, this will be done through env varibles in the docker-compose.
```json
{
// ...
"settings":{
// ...
"mongodb": "mongodb://mongodb:27017/mesh",
"mongodbcol": "mesh",
// ...
}
// ...
}
```

If you do not wish to use the prebuilt image, you can also easily build it yourself. Just make sure to include **config.json.template** and **startup.sh** if you do not change the Dockerfile.
Expand Down

0 comments on commit c16b5ef

Please sign in to comment.