jboss-dockerfiles / wildfly

Docker image for WildFly project
https://quay.io/repository/wildfly/wildfly
MIT License
279 stars 236 forks source link

I couldn't change the binding offset from a bash script #126

Open SightlessDog opened 3 years ago

SightlessDog commented 3 years ago

I tried to change the offset from the cli and it was successful but when I use a bash script to start the server with the command ./standalone.sh -b 0.0.0.0 -Djboss.socket.binding.port-offset=xxx surprisingly the ports don't get changed..

jmesnil commented 2 years ago

what's your Dockerfile? which CMD are you using?