From 7d0218d095fdc31ad6e6d471e225758880bde503 Mon Sep 17 00:00:00 2001 From: husainattar <49016363+husainattar@users.noreply.github.com> Date: Fri, 24 Jul 2020 18:55:09 +0530 Subject: [PATCH] fix:Update ReadMe.md Added instructions for updating base.py file before running docker-container. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b1dbe371..3fbbad3a 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,9 @@ production at the moment. It may be configured to do so in the future. and then run `psql -U postgres -d postgres -h db` to enter in postgres db. Run `\dt` for checking tables and `\q` for exiting the postgres terminal and stop the container's bash using CTRL+D. + +1. Navigate to `systers_portal/systers_portal/settings/base.py` file and change to `ALLOWED_HOST=['O.O.O.O']` + so that we can access the docker-container from any ip address. 1. Run `docker-compose up` to start the webserver for the Django Systers Portal project.