We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be47a65 commit adda5acCopy full SHA for adda5ac
1 file changed
Samples/Environment/docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
- 27017:27017
10
11
runtime-basic:
12
- image: dolittle/runtime:5.0.1
+ image: dolittle/runtime:5.0.2
13
volumes:
14
- ${PWD}/resources-basic.json:/app/.dolittle/resources.json
15
- ${PWD}/tenants.json:/app/.dolittle/tenants.json
@@ -22,7 +22,7 @@ services:
22
- 50053:50053
23
24
runtime-eventhorizon:
25
26
27
- ${PWD}/resources-eventhorizon.json:/app/.dolittle/resources.json
28
0 commit comments