Fix a tiny code-block typo in README.md (#163)

This commit is contained in:
Conor Anderson 2017-03-31 13:24:09 -04:00 committed by Wonderfall
parent db2c243080
commit 6d16ecfba6

View File

@ -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 \