We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fd456 commit 219da83Copy full SHA for 219da83
1 file changed
docker-compose.yml
@@ -22,7 +22,9 @@ services:
22
&& es-gencert-cli create-node -out ./node1 -ip-addresses 127.0.0.1,172.30.240.11 -dns-names localhost
23
&& es-gencert-cli create-node -out ./node2 -ip-addresses 127.0.0.1,172.30.240.12 -dns-names localhost
24
&& es-gencert-cli create-node -out ./node3 -ip-addresses 127.0.0.1,172.30.240.13 -dns-names localhost"
25
- && find . -type f -name '*.key' -exec chmod 644 {} \;"
+ && find . -type d -exec chmod 755 {} \;
26
+ && find . -type f -name '*.key' -exec chmod 644 {} \;
27
+ && find . -type f -name '*.crt' -exec chmod 644 {} \;
28
# && find . -type f -print0 | xargs -0 chmod 666"
29
volumes:
30
- "./certs:/certs"
0 commit comments