Added new nextcloud fpm variant

This commit is contained in:
2023-06-09 08:29:29 +00:00
parent 6777441821
commit 9a51baaf96
3 changed files with 217 additions and 9 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nginx:alpine
RUN adduser --system --no-create-home --home /nonexistent --gecos 'www-data user' --shell /bin/false --uid 82 www-data
COPY nginx.conf /etc/nginx/nginx.conf