File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
99### Fixed
1010- Error with library dependencies broke search capabilities, rolled back to known working versions
11+ - Set permissions for folders to be 777 this fixes [ clowder-helm #5 ] ( https://github.com/clowder-framework/clowder-helm/issues/5 )
1112
1213## 1.19.1 - 2021-10-19
1314
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ COPY docker/custom.conf docker/play.plugins /home/clowder/custom/
6767# Containers should NOT run as root as a good practice
6868# numeric id to be compatible with openshift, will run as random userid:0
6969RUN mkdir -p /home/clowder/data && \
70- chmod g+w /home/clowder/logs /home/clowder/data /home/clowder/custom
70+ chmod 777 /home/clowder/logs /home/clowder/data /home/clowder/custom
7171USER 10001
7272
7373# command to run when starting docker
You can’t perform that action at this time.
0 commit comments