Closed ybizeul closed 2 years ago
Yup.. I'm seeing this problem also. v1.5.0 docker image. Even though "MYSQL_ENV_MYSQL_HOST=mysql" is in my docker-compose. Seems to be ignored when creating the container.
Problem does not exist in v1.4.7
I see.. the fix is in PR 75. Just needs a new release to be pushed to docker hub. https://github.com/pierrecdn/phpipam/pull/75
I updated the 1.5 tag (I know, that's bad) to rebuild images on the hub with this patch.
I don't have an explanation, but I ran into an issue where all other variables were properly inserted, but host was still set to :
Manually running
from within the running container fixed the issue 🤷♂️