mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-02-19 23:03:50 +08:00
put nextcloud version env to bottom of dockerfile
This commit is contained in:
parent
935142d4df
commit
190c8f9cca
@ -1,8 +1,7 @@
|
||||
FROM lsiobase/alpine.nginx
|
||||
MAINTAINER sparklyballs
|
||||
|
||||
# set nextcloud version and path
|
||||
ENV NEXTCLOUD_VER="9.0.51"
|
||||
# set paths
|
||||
ENV WWW_ROOT="/config/www"
|
||||
ENV NEXTCLOUD_PATH="${WWW_ROOT}/nextcloud"
|
||||
|
||||
@ -92,3 +91,6 @@ COPY root/ /
|
||||
# ports and volumes
|
||||
VOLUME /config /data
|
||||
EXPOSE 443
|
||||
|
||||
# set nextcloud version
|
||||
ENV NEXTCLOUD_VER="9.0.52"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user