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