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
In Dockerfile, I specify EXPOSE 8080 to expose port 8080 for tomcat.
On Operations Perspective/Servers, the following is shown
tomcat8 8080/tcp 192.168.1.150:32848 http://192.168.1.150:32848
Can I configure mapping using a particular port (e.g. 192.168.1.150:80) to port 8080 exposed by my workspace similar to -p option when running docker container process? If yes, how can I do it?
The text was updated successfully, but these errors were encountered:
In Dockerfile, I specify EXPOSE 8080 to expose port 8080 for tomcat.
On Operations Perspective/Servers, the following is shown
tomcat8 8080/tcp 192.168.1.150:32848 http://192.168.1.150:32848
Can I configure mapping using a particular port (e.g. 192.168.1.150:80) to port 8080 exposed by my workspace similar to -p option when running docker container process? If yes, how can I do it?
The text was updated successfully, but these errors were encountered: