From f68c1fc193097c4c90b28484f208a942a9377a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fischer?= <a.fischer@opentalk.eu> Date: Tue, 9 Jan 2024 12:50:30 +0100 Subject: [PATCH] fix controller-enterprise image source --- env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sample b/env.sample index bf72987..57ce27f 100644 --- a/env.sample +++ b/env.sample @@ -73,7 +73,7 @@ ETHERPAD_API_KEY="<myetherpadapikey>" ### OpenTalk - Controller -# OPENTALK_CONTAINER_IMAGE_SRC=git.opentalk.dev:5050/backend/services/controller-enterprise +# OPENTALK_CONTAINER_IMAGE_SRC=git.opentalk.dev:5050/opentalk/backend/services/controller-enterprise # OPENTALK_CONTAINER_IMAGE_TAG="v0.1" # OPENTALK_CONTAINER_EXP_PORT="8090" # OPENTALK_CONTAINER_CONFIG_FILE="./config/controller.toml" -- GitLab