Browse Source

Merge pull request #1709 from doccano/enhancement/1601

Update docker compose instruction
pull/1710/head
Hiroki Nakayama 2 years ago
committed by GitHub
parent
commit
f4bc59c1a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions
  1. 2
      README.md
  2. 4
      docs/install-and-upgrade-doccano.md

2
README.md

@ -130,7 +130,7 @@ POSTGRES_DB=doccano
After running the following command, access <http://127.0.0.1/>. After running the following command, access <http://127.0.0.1/>.
```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
``` ```
### One-click Deployment ### One-click Deployment

4
docs/install-and-upgrade-doccano.md

@ -98,10 +98,10 @@ cd doccano
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.
## Install from source ## Install from source

Loading…
Cancel
Save