From 8cde00eee48ee09be5fddbc10cbef9d774ce7654 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Wed, 2 Mar 2022 12:59:51 +0900 Subject: [PATCH] Update docker compose instruction, fix #1601 --- README.md | 2 +- docs/install-and-upgrade-doccano.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 118fcae9..9d3c64f5 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ POSTGRES_DB=doccano After running the following command, access . ```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 diff --git a/docs/install-and-upgrade-doccano.md b/docs/install-and-upgrade-doccano.md index f0b298ec..5ef04eb7 100644 --- a/docs/install-and-upgrade-doccano.md +++ b/docs/install-and-upgrade-doccano.md @@ -98,10 +98,10 @@ cd doccano To install and start doccano at , run the following command: ```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