From c3cabed6e70126d1ffa6f056d087da138a8646b3 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 25 Jun 2026 17:51:59 +0100 Subject: db is g+rw in http.Dockerfile --- http.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http.Dockerfile') diff --git a/http.Dockerfile b/http.Dockerfile index 3ff404f..9024461 100644 --- a/http.Dockerfile +++ b/http.Dockerfile @@ -7,6 +7,6 @@ COPY http/php-fpm.conf /etc/php85/php-fpm.d/joeac.net-http_pool.conf COPY http/nginx.conf /etc/nginx/nginx.conf CMD mkdir -p "$(dirname "$DB_PATH")" \ && touch $DB_PATH \ - && chmod -R o+w "$(dirname "$DB_PATH")" \ + && chmod -R g+rw "$(dirname "$DB_PATH")" \ && php-fpm85 \ && nginx -g "daemon off;" -- cgit v1.2.3