First commit
This commit is contained in:
commit
6e23b51a63
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
ARG VERSION=latest
|
||||
FROM docker.io/onlyoffice/documentserver:$VERSION
|
||||
|
||||
ARG PUID=33
|
||||
RUN \
|
||||
usermod --uid $PUID www-data && \
|
||||
chown -R www-data /var/www/
|
||||
|
||||
Loading…
Reference in New Issue