diff --git a/start.sh b/start.sh index bee6c18..6485479 100644 --- a/start.sh +++ b/start.sh @@ -14,8 +14,8 @@ fi chown -R cloudron:cloudron /app/data chmod -R 755 /app/data/storage -# Bind mount storage to /app/code/storage -mount --bind /app/data/storage /app/code/storage +# Create symlink from /app/code/storage to /app/data/storage +ln -sf /app/data/storage /app/code/storage # Create .env file in /app/data echo "==> Configuring application environment"