From 7d3c68066cafcdad43be5979f13844bcf21fb22d Mon Sep 17 00:00:00 2001 From: teddys48 Date: Thu, 12 Feb 2026 14:41:35 +0700 Subject: [PATCH] 10 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0bad309..cfe40c9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: app: - image: localhost:9999/scheduler-app:${TAG} + image: ${REGISTRY}/${IMAGE_NAME}:${TAG} container_name: scheduler-app restart: always