Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 215 Bytes

WILDFLY25.md

File metadata and controls

7 lines (3 loc) · 215 Bytes

docker run -p 8080:8080 -p 9990:9990 -it jboss/wildfly /opt/jboss/wildfly/bin/standalone.sh -b 0.0.0.0 -bmanagement 0.0.0.0

mvn clean install -Pdocker-wildfly25

docker-compose -f docker/docker-compose-dev.yml