Skip to content

Commit

Permalink
fix: update compose port for apache
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Apr 14, 2024
1 parent d5cccfa commit a0bb71f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ services:
crs-apache:
image: owasp/modsecurity-crs:apache
ports:
- "80:80"
- "80:8080"
# only available if SETTLS was enabled:
- "443:443"
- "443:8443"
<<: *default-settings

crs-nginx:
Expand All @@ -93,4 +93,4 @@ services:
- "80:8080"
# only available if SETTLS was enabled:
- "443:8443"
<<: *default-settings
<<: *default-settings

0 comments on commit a0bb71f

Please sign in to comment.