1
0
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:
x86dev
2023-10-26 21:49:33 +02:00
parent d2f5a5ae08
commit a1cc7716a8
7 changed files with 14 additions and 29 deletions

0
root/srv/start-ttrss.sh Normal file → Executable file
View File

2
root/srv/update-ttrss.sh Normal file → Executable file
View 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