sxyprn bugfix time and preview

This commit is contained in:
Simon
2025-10-01 06:25:31 +00:00
parent 53737784b7
commit 8e6f115871
2 changed files with 23 additions and 11 deletions

View File

@@ -6,6 +6,9 @@ services:
container_name: hottub
entrypoint: supervisord
command: ["-c", "/app/supervisord/supervisord.conf"]
# In case you dont want the burpsuite proxy and only wanna run the server in the docker without compiling outside:
# entrypoint: cargo
# command: ["run"]
volumes:
- /path/to/hottub:/app # REPLACE
environment: