mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
nextcloud: update to 10.0RC1
This commit is contained in:
parent
66bd8ee1fb
commit
e17ef9a0fd
@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.4
|
FROM alpine:3.4
|
||||||
MAINTAINER Wonderfall <wonderfall@schrodinger.io>
|
MAINTAINER Wonderfall <wonderfall@schrodinger.io>
|
||||||
|
|
||||||
ARG NEXTCLOUD_VERSION=10.0beta
|
ARG NEXTCLOUD_VERSION=10.0RC1
|
||||||
|
|
||||||
ENV GID=991 UID=991
|
ENV GID=991 UID=991
|
||||||
|
|
||||||
@ -65,6 +65,6 @@ VOLUME /data /config /apps2
|
|||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
LABEL description="A server software for creating file hosting services" \
|
LABEL description="A server software for creating file hosting services" \
|
||||||
nextcloud="Nextcloud ${NEXTCLOUD_VERSION}"
|
nextcloud="Nextcloud 10.0 RC1"
|
||||||
|
|
||||||
CMD ["/sbin/tini","--","run.sh"]
|
CMD ["/sbin/tini","--","run.sh"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user