You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Team,
I'm getting mutliple Waiting for confirmation of MySQL service startup in loop, even I've define every my SQL env variable.
ARG SERVER
ENV DB_SERVER=${SERVER}
ARG USER
ENV DB_USER=${USER}
ARG DB_PASSWD
ENV DB_PASSWD=${DB_PASSWD}
ARG NAME
ENV DB_NAME=${NAME}
ARG PORT
ENV DB_PORT=${PORT}
getting
Checking if host is available...
Waiting for confirmation of MySQL service startup
The text was updated successfully, but these errors were encountered:
Hi Team,
I'm getting mutliple
Waiting for confirmation of MySQL service startup
in loop, even I've define every my SQL env variable.getting
The text was updated successfully, but these errors were encountered: