https://linen.dev logo
j

Joaquin Penalver

01/24/2023, 9:14 AM
Copy code
wiremock:
    container_name: wiremock
    image: <http://registry.code.roche.com/some-path/wiremock-studio:2.32.0-18|registry.code.roche.com/some-path/wiremock-studio:2.32.0-18>
    command: --verbose --https-port=8443 --disable-http
    volumes:
      - ./wiremock:/home/wiremock
    ports:
      - '9090:9000'
      - '9000:8000'
      - '9443:8443'
3 Views