From 20a7ec9b919a0be181018f763dbfabc202869807 Mon Sep 17 00:00:00 2001 From: bernhard Date: Tue, 21 Jul 2020 08:57:51 +0200 Subject: [PATCH] Issue #2: added missing 'restart' attributes --- docker-compose/otobo-base.yml | 1 + docker-compose/otobo-override-https.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/docker-compose/otobo-base.yml b/docker-compose/otobo-base.yml index 7554180..65dbaff 100644 --- a/docker-compose/otobo-base.yml +++ b/docker-compose/otobo-base.yml @@ -54,6 +54,7 @@ services: image: ${OTOBO_IMAGE_OTOBO:-rotheross/otobo}:latest depends_on: - web + restart: always volumes: - opt_otobo:/opt/otobo command: cron diff --git a/docker-compose/otobo-override-https.yml b/docker-compose/otobo-override-https.yml index 70e6d6d..89edde2 100644 --- a/docker-compose/otobo-override-https.yml +++ b/docker-compose/otobo-override-https.yml @@ -18,6 +18,7 @@ services: image: ${OTOBO_IMAGE_OTOBO_NGINX:-rotheross/otobo-nginx-webproxy}:latest depends_on: - web + restart: always volumes: - otobo_nginx_ssl:/etc/nginx/ssl # The HTTP port is exposed, but only redirects to HTTPS