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.
2 parents e1c7c32 + 06d7376 commit 9f6fdcdCopy full SHA for 9f6fdcd
1 file changed
apps/backend/docker-compose-stfc.e2e.yml
@@ -1,6 +1,6 @@
1
services:
2
clam-antivirus:
3
- image: clamav/clamav:0.104
+ image: clamav/clamav:1.5.1
4
ports:
5
- "3310:3310"
6
@@ -40,13 +40,13 @@ services:
40
- "4500:4500"
41
cap_add:
42
- SYS_ADMIN
43
-
+
44
mockServer:
45
image: mockserver/mockserver:5.13.0
46
command: -logLevel ERROR -serverPort 1080
47
48
- 1080:1080
49
50
mockserver-client:
51
image: "ghcr.io/userofficeproject/stfc-mockserver-client:master"
52
command: sh -c "sleep 5 && node src/mockserver.js"
0 commit comments