By default vue app runs over port 8080. You can change the port to 8081 or some thing else inside docker by following steps below
- Open port 8081 for docker in docker-compose
- Run npm serve on port 8081
- In vue.config.js, change port to 8081
Learn Linux, Nginx, Apache, MongoDB, MySQL, PHP, Javascript, CSS
By default vue app runs over port 8080. You can change the port to 8081 or some thing else inside docker by following steps below
Recent Comments