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: