From ae254943a6a44a5ee711c32adb44371c7bcfc574 Mon Sep 17 00:00:00 2001
From: Marco Ochse <t3chn0m4g3@users.noreply.github.com>
Date: Tue, 11 Mar 2025 12:08:55 +0100
Subject: [PATCH] Update mac_win.yml

Remove CitrixHoneypot from mac_win compose file
---
 compose/mac_win.yml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/compose/mac_win.yml b/compose/mac_win.yml
index d1ceeb75..b3399f79 100644
--- a/compose/mac_win.yml
+++ b/compose/mac_win.yml
@@ -93,23 +93,6 @@ services:
     volumes:
      - ${TPOT_DATA_PATH}/ciscoasa/log:/var/log/ciscoasa
 
-# CitrixHoneypot service
-  citrixhoneypot:
-    container_name: citrixhoneypot
-    restart: always
-    depends_on:
-      tpotinit:
-        condition: service_healthy
-    networks:
-     - citrixhoneypot_local
-    ports:
-     - "443:443"
-    image: ${TPOT_REPO}/citrixhoneypot:${TPOT_VERSION}
-    pull_policy: ${TPOT_PULL_POLICY}
-    read_only: true
-    volumes:
-     - ${TPOT_DATA_PATH}/citrixhoneypot/log:/opt/citrixhoneypot/logs
-
 # Cowrie service
   cowrie:
     container_name: cowrie