From 611c8a99e730e01693510271ef4ef5a9d4a5340b Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 29 Sep 2025 15:10:34 +0000 Subject: [PATCH] replace marker --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 963b7ba..558a83d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: entrypoint: supervisord command: ["-c", "/app/supervisord/supervisord.conf"] volumes: - - /path/to/hottub:/app + - /path/to/hottub:/app # REPLACE environment: - RUST_LOG=info - BURP_URL=http://127.0.0.1:8081 # local burpsuite proxy for crawler analysis