Skip to content

Commit 343545c

Browse files
committed
Remove autoload the expectations when mockserver start
1 parent ed33985 commit 343545c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ services:
1212
container_name: mockserver
1313
image: mockserver/mockserver
1414
environment:
15-
MOCKSERVER_INITIALIZATION_JSON_PATH: /expectations/**.json
1615
MOCKSERVER_LOG_LEVEL: ${MOCKSERVER_LOG_LEVEL}
1716
ports:
18-
- "1080:1080"
19-
volumes:
20-
- ./docker/mockserver/expectations:/expectations
17+
- "1080:1080"

0 commit comments

Comments
 (0)