Compare commits

...

7 Commits
15 ... 35

Author SHA1 Message Date
sparklyballs b24fecdd3c bump to version 11 for initial installation. 2016-12-22 02:14:21 +00:00
sparklyballs 278b197c87 Merge pull request #13 from linuxserver/CHBMB-patch-1
Update Dockerfile
2016-12-11 20:37:50 +00:00
Neil 62259e8164 Update Dockerfile 2016-12-11 20:26:35 +00:00
sparklyballs 9514482eef add version layer information 2016-10-14 15:18:00 +01:00
sparklyballs aac5ddb66f update media links README 2016-10-07 10:17:14 +01:00
sparklyballs c014556ca9 bump default installed to 10.0.1 2016-10-07 07:34:38 +01:00
sparklyballs 1abc67db8c update image link 2016-10-05 12:03:27 +01:00
4 changed files with 11 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<!--- Provide a general summary of the issue in the Title above -->
[linuxserverurl]: https://linuxserver.io
[![linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)][linuxserverurl]
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
<!--- If you have an issue with the project, please provide us with the following information -->
+1 -1
View File
@@ -1,7 +1,7 @@
<!--- Provide a general summary of your changes in the Title above -->
[linuxserverurl]: https://linuxserver.io
[![linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)][linuxserverurl]
[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl]
<!--- Before submitting a pull request please check the following -->
+6 -1
View File
@@ -1,8 +1,13 @@
FROM lsiobase/alpine.nginx
MAINTAINER sparklyballs
# set version label
ARG BUILD_DATE
ARG VERSION
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
# package version
ENV NEXTCLOUD_VER="10.0.0"
ENV NEXTCLOUD_VER="11.0.0"
# environment settings
ENV NEXTCLOUD_PATH="/config/www/nextcloud"
+3 -3
View File
@@ -1,11 +1,11 @@
![https://linuxserver.io](https://www.linuxserver.io/wp-content/uploads/2015/06/linuxserver_medium.png)
![https://linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)
## This is a Container in active development by the [LinuxServer.io](https://linuxserver.io) team and is not recommended for use by the general public.
If you want to comment\contribute on this container , are looking for support on any of our other work , or are curious about us in general, check out the following.
* [forum.linuxserver.io](https://forum.linuxserver.io)
* [IRC](https://www.linuxserver.io/index.php/irc/) on freenode at `#linuxserver.io`
* [Podcast](https://www.linuxserver.io/index.php/category/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!
* [IRC](https://www.linuxserver.io/irc/) on freenode at `#linuxserver.io`
* [Podcast](https://www.linuxserver.io/podcast/) covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation!