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 409aa27 commit 5be2f82Copy full SHA for 5be2f82
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
13
services:
14
quant-mock-api:
15
- image: ghcr.io/quantcdn/quant-mock-api:v4.4.0
+ image: ghcr.io/quantcdn/quant-mock-api:4.4.0
16
ports:
17
- 8080:8080
18
env:
docker-compose.yml
@@ -1,8 +1,6 @@
1
-version: '3.8'
2
-
3
4
5
- image: ghcr.io/quantcdn/quant-mock-api:latest
6
7
- "8080:8080"
8
environment:
0 commit comments