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.