Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Update README for change from unicorn to Puma
Browse files Browse the repository at this point in the history
  • Loading branch information
pecio committed May 14, 2017
1 parent 6196ac8 commit 4bf7a76
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4bf7a76

Please sign in to comment.