Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-12 | Updated Dockerfile to use ruby 2.3 | Mycah Mattox | |
2016-05-26 | Added EXPOSE and VOLUME directives | Knut Ahlers | |
This describes the exposed ports and the volume according to the `README.md` documentation. Though it is possible to mount volumes and expose ports using `docker run`, for several docker management tools it is not possible to expose ports or mount volumes when they are not defined in the `Dockerfile`. | |||
2016-01-19 | Add the option of automatically reloading the config every X seconds. Fixes #271 | Mike Bryant | |
2016-01-19 | Switch to phusion's docker-baseimage, to get service management and process ↵ | Mike Bryant | |
reaping | |||
2015-08-29 | Dockerfile from Samer | Saku Ytti | |
closes #169 |