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 c7aed13 commit 2593cb8Copy full SHA for 2593cb8
docker/storage/entrypoint.sh
@@ -6,6 +6,7 @@
6
7
mkdir -p /data/solr/
8
mkdir -p /data/dns/
9
+mkdir -p /data/cache/
10
11
find /data/ -type d -print0 | xargs -0 --no-run-if-empty chmod 777
12
0 commit comments