Merge pull request #10157 from snipe/jerm/fix-cachedir-ownership

[Docker] Fix ownership of cache directory in startup script
This commit is contained in:
snipe 2021-10-01 17:50:36 -07:00 committed by GitHub
commit 244616b31e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ done
chown -R docker:root /var/lib/snipeit/data/*
chown -R docker:root /var/lib/snipeit/dumps
chown -R docker:root /var/lib/snipeit/keys
chown -R docker:root /var/www/html/storage/framework/cache
# Fix php settings
if [ -v "PHP_UPLOAD_LIMIT" ]