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 b94f2ef commit 43db9bcCopy full SHA for 43db9bc
distribution/docker/src/docker/Dockerfile.default
@@ -53,6 +53,8 @@ RUN tar -zxf /tmp/elasticsearch.tar.gz --strip-components=1 && \\
53
mkdir data && \\
54
# Reset permissions on all directories
55
find . -type d -exec chmod 0555 {} + && \\
56
+# keep default elasticsearch log4j config
57
+ mv config/log4j2.properties config/log4j2.file.properties \\
58
# Reset permissions on all files
59
find . -type f -exec chmod 0444 {} + && \\
60
# Make CLI tools executable
0 commit comments