From 4c3ed33bf3eb9475c9fa91cd2147ba24b9157599 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 25 Mar 2026 05:49:15 +0300 Subject: [PATCH] feat: add docker image name --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index 899f8d9..4fb3f08 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,7 @@ name: teacinema services: users-service: + image: teacinema/users-service:dev container_name: teacinema-users-service build: context: .