Updated nextcloud to work dynamically with www-data ID and GID

This commit is contained in:
2023-07-24 22:02:51 +02:00
parent 680fedaae0
commit 74587b66a8
5 changed files with 41 additions and 11 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ http {
#gzip on;
upstream php-handler {
server app:9000;
server nextcloud:9000;
}