From 905c19dd124b396ef8dd6da8c650587b637d17cf Mon Sep 17 00:00:00 2001 From: Ilya Mukhortov Date: Wed, 22 Jul 2026 12:03:59 +1000 Subject: [PATCH] pass --- notification/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notification/docker-compose.yml b/notification/docker-compose.yml index e9ca4ed..537be1d 100644 --- a/notification/docker-compose.yml +++ b/notification/docker-compose.yml @@ -4,9 +4,9 @@ networks: services: notification: - container_name: "notification" + container_name: "medicine-notification" restart: "always" - image: medlogic/notification:latest + image: medlogic/medicine-notification:latest env_file: - ../.env networks: