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 c920f95 commit 1b74740Copy full SHA for 1b74740
configure-tls-for-tests.yml
@@ -6,7 +6,7 @@ services:
6
environment:
7
PROVISION_DIRECTORIES: "1000:1000:0755:/tmp/certs"
8
volumes:
9
- - "./eventstore/certs:/tmp/certs"
+ - "./kurrent/certs:/tmp/certs"
10
network_mode: "none"
11
12
setup:
@@ -21,6 +21,6 @@ services:
21
&& find . -type f -print0 | xargs -0 chmod 666"
22
container_name: setup
23
24
- - ./eventstore/certs:/certs
+ - ./kurrent/certs:/certs
25
depends_on:
26
- volumes-provisioner
0 commit comments