]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7384 @0:20
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Mar 2025 11:31:25 +0000 (12:31 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 12 Mar 2025 11:31:25 +0000 (12:31 +0100)
.docker/alpha/update.sh
bin/startup.sh

index c8859e0053243fd5665d46664bde3b5bc4cf1432..4645e3d58441fc159421af7c413ee03df7c29b4d 100644 (file)
@@ -6,5 +6,5 @@ docker compose down -v
 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 {} \;
 
index 25931eb764759e5225dbba1bdd1a46ac976111c2..0f937d15e1184cee0c243e1202f49f48fc2866f7 100644 (file)
@@ -4,7 +4,7 @@ umask 0000
 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
 
@@ -12,7 +12,7 @@ chmod 750 /application
 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/
@@ -43,5 +43,5 @@ chown -R root:root /etc/monit && /usr/bin/monit
 /application/bin/mount.sh &
 
 # Launch PHP
-/usr/sbin/php-fpm8.4 -O
+/usr/sbin/php-fpm8.2 -O