Closed mbrooks closed 7 years ago
+INF
On Wed, Feb 8, 2017, 6:08 PM Matt Brooks notifications@github.com wrote:
Previously, when a server was rebooted or docker was upgraded, the docker containers created by docker compose were stopped. This commit configures docker compose to always restart the docker containers when docker is started enabling for use in a production environment.
You can view, comment on, or merge this pull request online at:
https://github.com/sipcapture/homer-docker/pull/35 Commit Summary
- Restart containers on server restart
File Changes
- M docker-compose.yml https://github.com/sipcapture/homer-docker/pull/35/files#diff-0 (9)
Patch Links:
- https://github.com/sipcapture/homer-docker/pull/35.patch
- https://github.com/sipcapture/homer-docker/pull/35.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sipcapture/homer-docker/pull/35, or mute the thread https://github.com/notifications/unsubscribe-auth/AFN_vdRybgmUAleCs7DYme0vXbepAU-3ks5rakr1gaJpZM4L7fOR .
Thanks for the contribution -- no brainer to merge this one, thanks!
Previously, when a server was rebooted or docker was upgraded, the docker containers created by docker compose were stopped. This commit configures docker compose to always restart the docker containers when docker is started enabling for use in a production environment.