Updated nextcloud to work dynamically with www-data ID and GID
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM redis:latest
|
||||
|
||||
ARG UID=1000
|
||||
ARG GID=1000
|
||||
|
||||
RUN usermod -u $UID -o www-data
|
||||
Reference in New Issue
Block a user