We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed33985 commit 343545cCopy full SHA for 343545c
docker-compose.yml
@@ -12,9 +12,6 @@ services:
12
container_name: mockserver
13
image: mockserver/mockserver
14
environment:
15
- MOCKSERVER_INITIALIZATION_JSON_PATH: /expectations/**.json
16
MOCKSERVER_LOG_LEVEL: ${MOCKSERVER_LOG_LEVEL}
17
ports:
18
- - "1080:1080"
19
- volumes:
20
- - ./docker/mockserver/expectations:/expectations
+ - "1080:1080"
0 commit comments