From 697759a66f5dde258d23cf464757911ffa481455 Mon Sep 17 00:00:00 2001 From: saint Date: Tue, 31 Dec 2024 00:25:13 +1100 Subject: [PATCH] Minor typo fix for calcom's docker compose yaml --- lib/calcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/calcom.sh b/lib/calcom.sh index f41de18..0541e53 100644 --- a/lib/calcom.sh +++ b/lib/calcom.sh @@ -34,7 +34,7 @@ services: ipv4_address: 192.168.0.48 volumes: - ./data/root/federated:/root/federated - entryppoint: /root/federated/init.sh + entrypoint: /root/federated/init.sh env_file: - ./.env labels: