Added nextcloud without fpm

This commit is contained in:
2024-07-23 11:48:53 +02:00
parent 65baccd402
commit bb096004f5
8 changed files with 162 additions and 13 deletions
@@ -0,0 +1,6 @@
FROM redis:latest
ARG UID=1000
ARG GID=1000
RUN usermod -u $UID -o www-data