WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
170 stars 190 forks source link

How to make 9043 as http? https port is not supported in some cloud deployments #240

Closed anborg closed 3 years ago

anborg commented 3 years ago
docker run -v /config:/etc/websphere  -p 9043:9043 -p 9443:9443 websphere-traditional:latest

Is there a way I can extend this image, and make 9043 as http?

FROM ibmcom/websphere-traditional:latest
#.... What to do here to have 9043 as http?