diff --git a/mealie/rootfs/run.txt b/mealie/rootfs/run.txt index f48c5d44c..4003d0dd6 100644 --- a/mealie/rootfs/run.txt +++ b/mealie/rootfs/run.txt @@ -56,6 +56,13 @@ if [ -f /app/frontend/Caddyfile ]; then echo "Caddyfile adapted" fi +############### +# PERMISSIONS # +############### + +echo "Permissions adapted" +chmod -R 777 /data + ####### # SSL # #######