To install and start doccano at <http://localhost>, run the following command:
To install and start doccano at <http://localhost>, run the following command:
```bash
```bash
docker-compose -f docker/docker-compose.prod.yml --env-file ./docker/.env.example up
docker-compose -f docker/docker-compose.prod.yml --env-file .env up
```
```
You can override the default setting by rewriting the `.env` file.
You can override the default setting by rewriting the `.env` file. See [./docker/.env.example](https://github.com/doccano/doccano/blob/master/docker/.env.example) in detail.