From e07b683a16dba557d403a6276d34aee297536265 Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Wed, 14 Jan 2026 17:01:29 +0100 Subject: [PATCH] change java app port Signed-off-by: Basil Bruhn --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ef9d091..7011108 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -301,7 +301,7 @@ services: WEBAPP_SECURITY_AUTH_BASIC_PASSWORD: "$$2a$$10$$5E1KpGIKSq6xuWmGf92bheB17V0l4fEMnVmYPqhWiazKddcx1TF/e" # SSL Keystore - SERVER_PORT: 8080 + SERVER_PORT: 443 SERVER_SSL_KEYSTORE: /application/ssl/tiacore-test SERVER_SSL_KEYSTOREPASSWORD: ${KGS_KEYSTORE_PASS} # SERVER_SSL_KEYALIAS: tiacore-test