Skip to content

Commit 2f31885

Browse files
authored
Fix teamcity tests failure (DataDog#23676)
* fix teamcity tests failure * pin mockserver version to 5.15
1 parent e809198 commit 2f31885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
services:
22
teamcity:
3-
image: mockserver/mockserver:latest
3+
image: mockserver/mockserver:5.15.0
44
container_name: teamcity
5-
command: -serverPort 8111
65
ports:
76
- 8111:8111
87
environment:
98
MOCKSERVER_INITIALIZATION_JSON_PATH: /config/initializerJson.json
109
MOCKSERVER_WATCH_INITIALIZATION_JSON: true
10+
MOCKSERVER_SERVER_PORT: 8111
1111
volumes:
1212
- ./config:/config

0 commit comments

Comments
 (0)