From 40087bcb3ebf9196f756acef7c0f7e7c8bb41b07 Mon Sep 17 00:00:00 2001 From: Mike Liao Date: Tue, 29 Oct 2024 20:25:37 -0700 Subject: [PATCH] update content service name in compose file --- sites/content/deploy/common/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/content/deploy/common/docker-compose.yaml b/sites/content/deploy/common/docker-compose.yaml index e50b913..b17b21a 100755 --- a/sites/content/deploy/common/docker-compose.yaml +++ b/sites/content/deploy/common/docker-compose.yaml @@ -1,5 +1,5 @@ services: - backend: + content: container_name: $APP_NAME build: context: ${CODEBASE_ROOT}