update nextcloud README.md

This commit is contained in:
hoellen 2018-12-10 15:59:46 +01:00
parent b8e5cb5e0b
commit 425d82cd8d

View File

@ -21,10 +21,11 @@
- Environment variables provided (see below). - Environment variables provided (see below).
### Tags ### Tags
- **latest** : latest stable version (14.0) - **latest** : latest stable version (15.0)
- **14.0** : latest 14.0.x version (stable) - **15.0** : latest 15.0.x version (stable)
- **13.0** : latest 13.0.x version (old stable) - **14.0** : latest 14.0.x version (old stable)
- **12.0** : latest 12.0.x version (deprecated) - **13.0** : latest 13.0.x version (deprecated)
- ~~**12.0** : latest 12.0.x version (end-of-life)~~
- ~~**11.0** : latest 11.0.x version (end-of-life)~~ - ~~**11.0** : latest 11.0.x version (end-of-life)~~
- **daily** : latest code (daily build) - **daily** : latest code (daily build)
@ -78,7 +79,7 @@ Basically, you can use a database instance running on the host or any other mach
Pull the image and create a container. `/docker` can be anywhere on your host, this is just an example. Change `MYSQL_ROOT_PASSWORD` and `MYSQL_PASSWORD` values (mariadb). You may also want to change UID and GID for Nextcloud, as well as other variables (see *Environment Variables*). Pull the image and create a container. `/docker` can be anywhere on your host, this is just an example. Change `MYSQL_ROOT_PASSWORD` and `MYSQL_PASSWORD` values (mariadb). You may also want to change UID and GID for Nextcloud, as well as other variables (see *Environment Variables*).
``` ```
docker pull hoellen/nextcloud:12.0 && docker pull mariadb:10 docker pull hoellen/nextcloud:15.0 && docker pull mariadb:10
docker run -d --name db_nextcloud \ docker run -d --name db_nextcloud \
-v /docker/nextcloud/db:/var/lib/mysql \ -v /docker/nextcloud/db:/var/lib/mysql \