$POSTGRES_PORT:5432
environment:
POSTGRES_USER: $POSTGRES_USER
POSTGRES_PASSWORD: $POSTGRES_PASSWORD
POSTGRES_DB: $POSTGRES_DB
POSTGRES_HOST: postgres
infra-auth-postgres-1 | running bootstrap script ... 2022-04-19 16:35:19.979 UTC [84] LOG: could not open file "pg_wal/000000010000000000000001": No such file or directory
infra-auth-postgres-1 | 2022-04-19 16:35:19.979 UTC [84] FATAL: could not open file "pg_wal/000000010000000000000001": No such file or directory
infra-auth-postgres-1 | child process exited with exit code 1
валится с ошибкой could not open file "pg_wal/
как исправить?
Возможно, что прав нет на ./containers/postgres Я ради интереса сейчас локально (Винда + Докер Десктоп) сделал. Все прекрасно собралось и контейнер запустился.
Обсуждают сегодня