From 53bcfafa56457ed425acd737ead8adb33ac746c6 Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Fri, 10 Jul 2020 13:21:50 +0300 Subject: [PATCH] Rewrite FAQ about changing port number --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index b395d1cd..39c7471c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -42,9 +42,9 @@ ADMIN_PASSWORD: "new_password" ## I want to change port number -The following page will be useful: +On production, edit `docker-compose.prod.yml` file: change `80:80` substring in `nginx`/`ports` section to `:80`. -- [Clarify how to set port using docker-compose.prod.yml](https://github.com/doccano/doccano/issues/805) +On development, edit `docker-compose.dev.yml` file: change `8000:8000` substring in `backend`/`ports` section to `:8000`. ## I want to update to the latest doccano image