-
-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL Error on Docker #1671
Comments
The hostname of Mariadb Container must equal to the hostname of ADMIDIO_DB_HOST like described in the README-Docker.md. And both Container must in the same Docker Network.
Can you post your Admidio Docker Config? |
@Niemand112233 Is this issue still open? |
i had this same problem, I didn't realize I had to add both docker containers to the same network. I executed the following command to create the network: and I added the following flag to both of the container execution commands: |
@schast Maybe that should be described more prominent in the docker md. |
Hi,
when using the docker image I get this error on the webpage:
SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for admidio-mariadb failed: Name or service not known
The text was updated successfully, but these errors were encountered: