Skip to content

Commit

Permalink
Merge pull request #10157 from snipe/jerm/fix-cachedir-ownership
Browse files Browse the repository at this point in the history
[Docker] Fix ownership of cache directory in startup script
  • Loading branch information
snipe committed Oct 2, 2021
2 parents 89e650f + 2231371 commit 244616b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/startup.sh
Expand Up @@ -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" ]
Expand Down

0 comments on commit 244616b

Please sign in to comment.