zap/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user