Skip to content

Commit 6a77067

Browse files
petiepoootianon
authored andcommitted
Change from WEBrick to Puma
Ever since docker-library/redmine#261 the default uses puma instead of WEBrick. Puma is considered production-ready whereas WEBrick was not recommended for production.
1 parent b9a9c6e commit 6a77067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redmine/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Run `docker stack deploy -c stack.yml %%REPO%%` (or `docker-compose -f stack.yml
4848

4949
## Alternative Web Server
5050

51-
The other tags in this repository, like those with `passenger`, use the same environment and `--links` as the default tags that use WEBrick (`rails s`) but instead give you the option of a different web and application server. `passenger` uses [Phusion Passenger](https://www.phusionpassenger.com/). [`tini`](https://github.com/krallin/tini) is used for reaping [zombies](https://en.wikipedia.org/wiki/Zombie_process).
51+
The other tags in this repository, like those with `passenger`, use the same environment and `--links` as the default tags that use Puma (`rails server`) but instead give you the option of a different web and application server. `passenger` uses [Phusion Passenger](https://www.phusionpassenger.com/). [`tini`](https://github.com/krallin/tini) is used for reaping [zombies](https://en.wikipedia.org/wiki/Zombie_process).
5252

5353
## Accessing the Application
5454

0 commit comments

Comments
 (0)