0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 00:12:36 +02:00

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

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