Merge pull request #192 from mgerhardy/patch-1

Fixed typos
This commit is contained in:
Tilo Spannagel 2017-12-06 22:45:29 +01:00 committed by GitHub
commit 85e01ef001
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ $ docker run -d nextcloud \
Database:
- `/var/lib/mysql` MySQL / MariaDB Data
- `/var/lib/postresql/data` PostegreSQL Data
- `/var/lib/postgresql/data` PostgreSQL Data
```console
$ docker run -d mariadb \
-v db:/var/lib/mysql