This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jbpm_1 | Running jBPM Workbench on JBoss Wildfly... | |
jbpm_1 | JAVA_OPTS already set in environment; overriding default settings with values: -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false | |
jbpm_1 | ========================================================================= | |
jbpm_1 | | |
jbpm_1 | JBoss Bootstrap Environment | |
jbpm_1 | | |
jbpm_1 | JBOSS_HOME: /opt/jboss/wildfly | |
jbpm_1 | | |
jbpm_1 | JAVA: /usr/lib/jvm/java/bin/java | |
jbpm_1 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.4" | |
services: | |
jbpm: | |
image: jboss/jbpm-workbench-showcase | |
environment: | |
- "JAVA_OPTS=-Djava.net.preferIPv4Stack=true -Djava.net.preferIPv6Addresses=false" | |
ports: | |
- "8080:8080" | |
- "8001:8001" |