We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f916d4d commit 97e6b34Copy full SHA for 97e6b34
entrypoint.sh
@@ -64,7 +64,8 @@ echo -e " \tUser GID :\t$(id -g "$USER")"
64
echo "**** Set Permissions ****" && \
65
chown -R "$USER":"$USER" /conf
66
chown -R "$USER":"$USER" /uploads
67
-chmod -R a+rw /uploads
+usermod -a -G "$USER" www-data
68
+chmod -R 775 /uploads
69
chown -R www-data:www-data /var/www/html/Lychee-Laravel
70
71
echo "**** Setup complete, starting the server. ****"
0 commit comments