Skip to content

Commit

Permalink
Merge pull request #2145 from armandfardeau/patch-1
Browse files Browse the repository at this point in the history
Update install_and_upgrade_doccano.md
  • Loading branch information
Hironsan committed Feb 28, 2023
2 parents 7203691 + 7a08ec0 commit 03f0d3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/install_and_upgrade_doccano.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,11 @@ cd doccano
To install and start doccano at <http://localhost>, run the following command:

```bash
docker-compose -f docker/docker-compose.prod.yml --env-file .env up
cd docker
cp .env.example .env
# Edit with the editor of your choice, in this example nano is used (ctrl+x, then "y" to save).
nano .env
docker-compose -f docker-compose.prod.yml --env-file .env up
```

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.
Expand Down

0 comments on commit 03f0d3f

Please sign in to comment.