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
You should make sure your tomcat image has wait-for in the current working directory and it has execute rights.
make sure you have something like this in your Dockerfile
RUN curl -OL https://raw.githubusercontent.com/mrako/wait-for/master/wait-for && chmod +x wait-for
i created a docker-compose.yaml with the content below
the backend service is not starting i get
in the container log.
The text was updated successfully, but these errors were encountered: