Skip to content

Commit

Permalink
Added support for plugins to docker-compose (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Mar 23, 2022
1 parent c496e38 commit 19193c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
volumes:
- ./logs/modsec2-apache:/var/log:rw
- ../rules:/opt/owasp-crs/rules:ro
- ../plugins:/opt/owasp-crs/plugins:ro
ports:
- "80:80"
depends_on:
Expand Down Expand Up @@ -54,6 +55,7 @@ services:
volumes:
- ./logs/modsec3-nginx:/var/log:rw
- ../rules:/opt/owasp-crs/rules:ro
- ../plugins:/opt/owasp-crs/plugins:ro
ports:
- "80:80"
depends_on:
Expand Down

0 comments on commit 19193c2

Please sign in to comment.