Skip to content

Commit d4f8290

Browse files
authored
Merge pull request #301 from clowder-framework/log-folder-perm
set permissions for logs folder
2 parents 42a3d9c + d344bdf commit d4f8290

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6969
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
7171
USER 10001
7272

7373
# command to run when starting docker

0 commit comments

Comments
 (0)