--- version: "3" services: business-central-workbench-showcase: container_name: business-central-workbench-showcase # docker run -p 7080:8080 -p 7001:8001 -d --name business-central-workbench jboss/business-central-workbench-showcase:latest image: jboss/business-central-workbench-showcase:latest ports: - "7080:8080" - "7001:8001" volumes: # - .:/opt/jboss/wildfly/bin/.niogit:Z - business-central-workbench-showcase-git:/opt/jboss/wildfly/bin/.niogit:Z volumes: business-central-workbench-showcase-git: