Fixed typo of 'postgres' in examples/readme.md (#213)
authornimdaz <redacted>
Mon, 28 Aug 2023 07:56:40 +0000 (07:56 +0000)
committerGitHub <redacted>
Mon, 28 Aug 2023 07:56:40 +0000 (09:56 +0200)
examples/README.md

index 8adaeab63f49b514188b9eb84e0f9c3a23c3d3f5..eb6c206de1ecd5df72eced05fcee934d7f192571 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT