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