From 4bf7a765a17b8024de2f758cf382b16ddc130a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Pedroche?= Date: Sun, 14 May 2017 15:44:34 +0200 Subject: [PATCH] Update README for change from unicorn to Puma --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9526deb..0bcc996 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ with three separate containers, oriented for a production environment: * The [Rails](http://rubyonrails.org/) application (under - [Unicorn](http://unicorn.bogomips.org/)) + [Puma](https://github.com/puma/puma)) * A [PostgreSQL](http://www.postgresql.org/) database * An [nginx](http://nginx.org/) frontend and SSL proxy -The three images are base upon alpine variants of the following -official images: +The three images are base upon alpine variants of official images: * [ruby:alpine](https://hub.docker.com/_/ruby/) * [postgres:alpine](https://hub.docker.com/_/postgres/) @@ -44,7 +43,7 @@ need it in your environment. - There are two files, `cert.key` and `cert.crt`: these are sample self-signed certificates, replace them with *your* certificates (with the same file names and without passphrase). - - Review default.site. In particular, you may want to change + - Review `default.site`. In particular, you may want to change `server_name localhost;` to a better value. 5. From the `nginx` directory, build the nginx image: