From bc70013ff06ab0896c1c51bb9d8d60bc4d3190c7 Mon Sep 17 00:00:00 2001 From: Sturdy <91910406+apollo-sturdy@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:46:46 +0100 Subject: [PATCH] fix: restart only unless-stopped and add container_name --- apps/calcom/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/calcom/docker-compose.yml b/apps/calcom/docker-compose.yml index 614a59f1..5089c665 100644 --- a/apps/calcom/docker-compose.yml +++ b/apps/calcom/docker-compose.yml @@ -3,8 +3,9 @@ version: '3.8' services: calcom: + container_name: calcom image: calcom/cal.com:v3.7.9 - restart: always + restart: unless-stopped ports: - ${APP_PORT}:3000 networks: