mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-27 00:31:32 +00:00
More build fixes; upgraded to PHP 8.1. We stay on an old(er) version of s6 now, as this needs more work first.
This commit is contained in:
0
root/srv/start-ttrss.sh
Normal file → Executable file
0
root/srv/start-ttrss.sh
Normal file → Executable file
2
root/srv/update-ttrss.sh
Normal file → Executable file
2
root/srv/update-ttrss.sh
Normal file → Executable file
@@ -60,7 +60,7 @@ update_common()
|
||||
fi
|
||||
|
||||
echo "Updating: Updating permissions"
|
||||
for CUR_DIR in /etc/nginx /etc/php7 /var/lib/nginx /etc/services.d; do
|
||||
for CUR_DIR in /etc/nginx /etc/php81 /var/lib/nginx /etc/services.d; do
|
||||
chown -R ${MY_ROOT_UID}:${MY_ROOT_GID} ${CUR_DIR}
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user