I'm following the tutorial to raise django in a docker container on this page, django-docker , I can configure the system as it indicates but at the moment of lifting the server with docker-compose up
it throws me the following result:
Starting djangodocker_db_1 ...
Starting djangodocker_db_1 ... done
Recreating djangodocker_web_1 ...
Recreating djangodocker_web_1 ... done
Attaching to djangodocker_db_1, djangodocker_web_1
db_1 | 2017-11-22 02:47:48.494 UTC [1] LOG: listening on IPv4 address "0.0.0.
0", port 5432
db_1 | 2017-11-22 02:47:48.494 UTC [1] LOG: listening on IPv6 address "::", p
ort 5432
db_1 | 2017-11-22 02:47:48.639 UTC [1] LOG: listening on Unix socket "/var/ru
n/postgresql/.s.PGSQL.5432"
db_1 | 2017-11-22 02:47:48.906 UTC [19] LOG: database system was shut down at
2017-11-22 02:47:34 UTC
web_1 | Performing system checks...
web_1 |
web_1 | System check identified no issues (0 silenced).
After running the command you should be able to access my server in link but simply can not get up.