Skip to content

Commit 39c3c7d

Browse files
authored
Merge pull request #454 from mujahed85/patch-2
updated port
2 parents 9579b91 + ccf827f commit 39c3c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solution/django-postgres/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Once you run the above command, you might see containers coming up and running.
4747

4848
```
4949
"DisallowedHost at /
50-
Invalid HTTP_HOST header: 'ip172-19-0-28-bfn8rk49cs9g00f9usn0-8000.direct.labs.play-with-docker.com'. You may need to add 'ip172-19-0-28-bfn8rk49cs9g00f9usn0-8000.direct.labs.play-with-docker.com' to ALLOWED_HOSTS."
50+
Invalid HTTP_HOST header: 'ip172-19-0-28-bfn8rk49cs9g00f9usn0-8080.direct.labs.play-with-docker.com'. You may need to add 'ip172-19-0-28-bfn8rk49cs9g00f9usn0-8000.direct.labs.play-with-docker.com' to ALLOWED_HOSTS."
5151
```
5252

5353
To fix this issue, follow the below steps:
@@ -69,7 +69,7 @@ To fix this issue, follow the below steps:
6969
Inside composeexample/settings.py, Add below line at the end of the file. please change FQDN,IP according to your system.
7070

7171
```
72-
ALLOWED_HOSTS = ['ip172-18-0-11-bfleibmac3u0009ab2vg-8000.direct.labs.play-with-docker.com', 'localhost', '127.0.0.1', '198.211.99.20']
72+
ALLOWED_HOSTS = ['ip172-18-0-11-bfleibmac3u0009ab2vg-8080.direct.labs.play-with-docker.com', 'localhost', '127.0.0.1', '198.211.99.20']
7373
```
7474

7575
Edit the composeexample/settings.py file and Replace the DATABASES = ... with the following and save the file

0 commit comments

Comments
 (0)