From 6d16ecfba6f7f57b69f1bcbeef2bcf250583adf9 Mon Sep 17 00:00:00 2001 From: Conor Anderson Date: Fri, 31 Mar 2017 13:24:09 -0400 Subject: [PATCH] Fix a tiny code-block typo in README.md (#163) --- nextcloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/README.md b/nextcloud/README.md index 65afd1d..6838d1a 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -75,7 +75,7 @@ Basically, you can use a database instance running on the host or any other mach ### Setup Pull the image and create a container. `/mnt` 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 wonderfall/nextcloud:10.0 && docker pull mariadb:10 docker run -d --name db_nextcloud \