docker compose up -d
ufw-docker allow fluidbook-toolbox-alpha
docker exec -it fluidbook-toolbox-alpha /application/scripts/update.sh
-find /data/toolbox/alpha/ -type d \( -path /data/toolbox/alpha/.docker \) -prune -o -exec chown -R toolbox:www-data {} \;
+find /data/toolbox/alpha/ -type d \( -path /data/toolbox/alpha/.docker \) -prune -o -exec chown -R 1001:33 {} \;
chmod -R 777 /tmp
chown -R root:root /etc/sudoers.d
-chown -R toolbox:www-data /application/storage/framework
+chown -R 1001:33 /application/storage/framework
chmod 755 /etc/ssh/*.d
chmod 600 /etc/ssh/*_key
chmod 600 /application/.ssh/id_rsa
chmod 700 /application/.ssh/
chmod 600 /application/.ssh/authorized_keys2
-chown -R toolbox:www-data /application/.ssh
+chown -R 1001:33 /application/.ssh
chmod 600 /root/.ssh/id_rsa
chmod 700 /root/.ssh/
/application/bin/mount.sh &
# Launch PHP
-/usr/sbin/php-fpm8.4 -O
+/usr/sbin/php-fpm8.2 -O