From 4eafc4be24b7e9af6485ddfec8cfd59ec38128fc Mon Sep 17 00:00:00 2001 From: Clemens Wolff Date: Mon, 28 Jan 2019 15:32:47 -0500 Subject: [PATCH] Make docker and runserver ports consistent --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0470cbb1..45170d80 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Depending on your installation method, there are two options: **Option1: Running the Docker image as a Container** ```bash -docker run -p 8080:80 doccano:1 +docker run -p 8000:80 doccano:1 ``` **Option2: Running Django development server** @@ -145,7 +145,7 @@ docker run -p 8080:80 doccano:1 python manage.py runserver ``` -Now, open a Web browser and go to . You should see the login screen: +Now, open a Web browser and go to . You should see the login screen: Login Form