mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
Fix a tiny code-block typo in README.md (#163)
This commit is contained in:
parent
db2c243080
commit
6d16ecfba6
@ -75,7 +75,7 @@ Basically, you can use a database instance running on the host or any other mach
|
|||||||
### Setup
|
### 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*).
|
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 pull wonderfall/nextcloud:10.0 && docker pull mariadb:10
|
||||||
|
|
||||||
docker run -d --name db_nextcloud \
|
docker run -d --name db_nextcloud \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user