Docker на windows8.1 не может запустить Django
cmd:
Successfully built c16b1b66eff5
Successfully tagged django_docker_with_postgresql_web:latest
Recreating django_docker_with_postgresql_web_1 ... done
Recreating django_docker_with_postgresql_db_1 ... done
Attaching to django_docker_with_postgresql_db_1, django_docker_with_postgresql_web_1
db_1 |
db_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
db_1 |
db_1 | 2022-06-26 14:22:42.826 UTC [1] LOG: starting PostgreSQL 14.3 (Debian 14.3-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
db_1 | 2022-06-26 14:22:42.828 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
db_1 | 2022-06-26 14:22:42.830 UTC [1] LOG: listening on IPv6 address "::", port 5432
db_1 | 2022-06-26 14:22:42.834 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1 | 2022-06-26 14:22:42.843 UTC [24] LOG: database system was shut down at 2022-06-26 14:18:52 UTC
web_1 | Watching for file changes with StatReloader
web_1 | Performing system checks...
web_1 |
web_1 | System check identified no issues (0 silenced).
web_1 |
web_1 | You have 18 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions.
web_1 | Run 'python manage.py migrate' to apply them.
web_1 | June 26, 2022 - 14:22:46