Skip to content

Commit

Permalink
Fixed typo of 'postgres' in examples/readme.md (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimdaz authored Aug 28, 2023
1 parent 10d35aa commit 5905750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5905750

Please sign in to comment.