From: nimdaz Date: Mon, 28 Aug 2023 07:56:40 +0000 (+0000) Subject: Fixed typo of 'postgres' in examples/readme.md (#213) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5905750b4308cebcbac56df3a741a6ec36d73b20;p=roundcube-roundcubemail-docker.git Fixed typo of 'postgres' in examples/readme.md (#213) --- diff --git a/examples/README.md b/examples/README.md index 8adaeab..eb6c206 100644 --- a/examples/README.md +++ b/examples/README.md @@ -16,12 +16,12 @@ See [docker-compose-mysql.yaml](./docker-compose-mysql.yaml). Directly serves Roundcube webmail via HTTP and connects to a MySQL database container. The Roundcube sources and the database files are stored on connected volumes. -## Roundcube served from PHP-FPM via Nginx using a Postrgres DB +## Roundcube served from PHP-FPM via Nginx using a Postgres DB See [docker-compose-fpm.yaml](./docker-compose-fpm.yaml) or [docker-compose-fpm-alpine.yaml](./docker-compose-fpm-alpine.yaml). An Nginx webserver serves Roundcube from a PHP-FPM container via CGI and static files from the shared Roundcube sources. -A Posrgres database container is used to store Roundcube's session and user data. +A Postgres database container is used to store Roundcube's session and user data. The Roundcube sources and the database files are stored on connected volumes. ## Installing Roundcube Plugins