From 501c4a08c6455b62ae5e610a5d582556cf0b56a7 Mon Sep 17 00:00:00 2001 From: Christoph Wagner <18312437+WagnerChristoph@users.noreply.github.com> Date: Fri, 24 May 2019 22:16:19 +0200 Subject: [PATCH] fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f09be79..9ede744 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Default login is `wallabag:wallabag`. ## Environment variables - `-e MYSQL_ROOT_PASSWORD=...` (needed for the mariadb container to initialise and for the entrypoint in the wallabag container to create a database and user if its not there) -- `-e POSTGRES_PASSWORD=...` (needed for the posgres container to initialise and for the entrypoint in the wallabag container to create a database and user if not there) +- `-e POSTGRES_PASSWORD=...` (needed for the postgres container to initialise and for the entrypoint in the wallabag container to create a database and user if not there) - `-e POSTGRES_USER=...` (needed for the posgres container to initialise and for the entrypoint in the wallabag container to create a database and user if not there) - `-e SYMFONY__ENV__DATABASE_DRIVER=...` (defaults to "pdo_sqlite", this sets the database driver to use) - `-e SYMFONY__ENV__DATABASE_DRIVER_CLASS=...` (sets the database driver class to use)