Is it possible to share the whole solution?
I am trying the same setup, but with the port running 8080 in docker file:
EXPOSE 8080 ENV PORT=8080 ENV HOSTNAME="0.0.0.0"
The container config:
containers:
But nothing seems to be working??