fix: fix entrypoint misconfig colliding with command param

This commit is contained in:
2026-06-25 23:26:15 +01:00
parent 33909d799d
commit 5746b304b1
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
networks:
- c2-network
restart: unless-stopped
command: ["server", "--profile", "/app/profiles/default.yaotl", "--debug"]
entrypoint: ["/app/havoc-ts", "server", "--profile", "/app/profiles/default.yaotl", "--debug"]
cloudflare-tunnel:
container_name: havoc-cloudflare-tunnel