1👍
You need to forward traffic from a port on your machine to port 8080 in the container (docker compose ports). In your client add
ports:
- "8080:8080"
Then you contact the container on localhost:8080
.
- [Vuejs]-Change color on bootstrap using vue.js
- [Vuejs]-Is it possible to use Maven to develop Frontend/Web apps?
Source:stackexchange.com