From c62532eb24b158ad9f1e2f622ac7ce5e2d3bf016 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Thu, 22 Jan 2026 12:52:06 +0100 Subject: [PATCH] always restart sap archive containers Signed-off-by: Basil Bruhn --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1e6d266..f45695f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -292,6 +292,7 @@ services: tiacore-test: container_name: tiacore-test image: images.kgs-cloud.de/tia/core/saphttp:3.17.1 + restart: always volumes: - /opt/webcontent/tiacore-test/config/license:/application/license - /opt/webcontent/tiacore-test/config/keystore:/application/ssl @@ -310,6 +311,7 @@ services: tiacore-prod: container_name: tiacore-prod image: images.kgs-cloud.de/tia/core/saphttp:3.17.1 + restart: always volumes: - /opt/webcontent/tiacore-prod/config/license:/application/license - /opt/webcontent/tiacore-prod/config/keystore:/application/ssl