3. Browse to WebProtégé Settings page in a Web browser by navigating to [http://localhost:5000/#application/settings](http://localhost:5000/#application/settings)
1. Define the `System notification email address` and `application host URL`
2. Enable `User creation`, `Project creation` and `Project import`
Stop WebProtégé and MongoDB:
To stop WebProtégé and MongoDB:
```bash
docker-compose down
```
```bash
docker-compose down
```
Sharing the volumes used by the WebProtégé app and MongoDB allow to keep persistent data, even when the containers stop. Default shared data storage:
* WebProtégé will store its data in the source code folder at `./.protegedata/protege` where you run `docker-compose`
* MongoDB will store its data in the source code folder at `./.protegedata/mongodb` where you run `docker-compose`
> Path to the shared volumes can be changed in the `docker-compose.yml` file.
\ No newline at end of file
> Path to the shared volumes can be changed in the `docker-compose.yml` file.