zap/docker-compose.yml aktualisiert

This commit is contained in:
2025-08-10 22:10:48 +00:00
parent 5af6fcf567
commit fb95b97f0a

View File

@@ -3,7 +3,7 @@ services:
image: ghcr.io/zaproxy/zaproxy:stable image: ghcr.io/zaproxy/zaproxy:stable
container_name: zap-webswing container_name: zap-webswing
ports: ports:
- "${ZAP_GUI_PORT}:8080" # Webswing GUI - "${ZAP_UI_PORT}:8080" # Webswing GUI
- "${ZAP_API_PORT}:9090" # ZAP API - "${ZAP_API_PORT}:9090" # ZAP API
volumes: volumes:
- "${ZAP_WORK_DIR}:/zap/wrk:rw" - "${ZAP_WORK_DIR}:/zap/wrk:rw"