Skip to content

Commit 219da83

Browse files
committed
More visibility on starting v26.1.
1 parent 92fd456 commit 219da83

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ services:
2222
&& es-gencert-cli create-node -out ./node1 -ip-addresses 127.0.0.1,172.30.240.11 -dns-names localhost
2323
&& es-gencert-cli create-node -out ./node2 -ip-addresses 127.0.0.1,172.30.240.12 -dns-names localhost
2424
&& 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 {} \;"
25+
&& find . -type d -exec chmod 755 {} \;
26+
&& find . -type f -name '*.key' -exec chmod 644 {} \;
27+
&& find . -type f -name '*.crt' -exec chmod 644 {} \;
2628
# && find . -type f -print0 | xargs -0 chmod 666"
2729
volumes:
2830
- "./certs:/certs"

0 commit comments

Comments
 (0)