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/).
8
8
9
9
### Fixed
10
10
- 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 )
11
12
12
13
## 1.19.1 - 2021-10-19
13
14
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ COPY docker/custom.conf docker/play.plugins /home/clowder/custom/
67
67
# Containers should NOT run as root as a good practice
68
68
# numeric id to be compatible with openshift, will run as random userid:0
69
69
RUN 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
71
71
USER 10001
72
72
73
73
# command to run when starting docker
You can’t perform that action at this time.
0 commit comments