mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 04:18:46 +00:00
Added the logrotate service. Fixes GH-22.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
* Fixed an incorrectly printed message.
|
||||
* The baseimage-docker image no longer EXPOSEs any ports by default. The EXPOSE entries were originally there to enable some default guest-to-host port forwarding entries, but in recent Docker versions they changed the meaning of EXPOSE, and now EXPOSE is used for linking containers. As such, we no longer have a reason to EXPOSE any ports by default. Fixes GH-15.
|
||||
* Fixed syslog-ng not being able to start because of a missing afsql module. Fixes the issue described in [pull request 7](https://github.com/phusion/baseimage-docker/pull/7).
|
||||
* Removed some default Ubuntu cron jobs which are not useful in Docker containers.
|
||||
* Added the logrotate service. Fixes GH-22.
|
||||
|
||||
## 0.9.6 (release date: 2014-02-17)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user