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