докер postgresql
carta_nginx "/docker-entrypoint.…" About an hour ago Up About an hour 0.0.0.0:80->80/tcp, :::80->80/tcp nginx-container
6079ca57b4f8 carta_php "docker-php-entrypoi…" About an hour ago Up About an hour 9000/tcp php-carta-container
3e42cd28ce18 postgres:alpine "docker-entrypoint.s…" About an hour ago Up About an hour 0.0.0.0:5455->5432/tcp, :::5455->5432/tcp
из phpshtorm по 0.0.0.0 5455 прохожу
но если делать миграции получаю ошибку
SQLSTATE[08006] [7] could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5455?
уже испробовал и 127.0.0.1 и localhost и даже 0.0.0.0
из докера же миграции выполняешь? тебе хост надо имя контейнера указать, а не ip
я пробовал получаю SQLSTATE[08006] [7] could not translate host name "postgres-carta" to address: Name or service not known (Connection: pgsql, SQL: select * from information_schema.tables where table_catalog = carta and table_schema = public and table_name = migrations and table_type = 'BASE TABLE')
Обсуждают сегодня