Skip to content

Commit

Permalink
fix wrong port for demo web app
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Mar 25, 2024
1 parent 92537c6 commit 3d38e72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .tests/clamav/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- USE_BLACKLIST=no
- USE_MODSECURITY=no
- USE_REVERSE_PROXY=yes
- REVERSE_PROXY_HOST=http://hello
- REVERSE_PROXY_HOST=http://hello:8080
- REVERSE_PROXY_URL=/
networks:
- bw-universe
Expand Down
2 changes: 1 addition & 1 deletion .tests/coraza/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- USE_BLACKLIST=no
- USE_MODSECURITY=no
- USE_REVERSE_PROXY=yes
- REVERSE_PROXY_HOST=http://hello
- REVERSE_PROXY_HOST=http://hello:8080
- REVERSE_PROXY_URL=/
networks:
- bw-universe
Expand Down
2 changes: 1 addition & 1 deletion .tests/crowdsec/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- USE_LIMIT_REQ=no
- USE_LIMIT_CONN=no
- USE_REVERSE_PROXY=yes
- REVERSE_PROXY_HOST=http://hello
- REVERSE_PROXY_HOST=http://hello:8080
- REVERSE_PROXY_URL=/
networks:
- bw-universe
Expand Down
2 changes: 1 addition & 1 deletion .tests/virustotal/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- USE_BLACKLIST=no
- USE_MODSECURITY=no
- USE_REVERSE_PROXY=yes
- REVERSE_PROXY_HOST=http://hello
- REVERSE_PROXY_HOST=http://hello:8080
- REVERSE_PROXY_URL=/
networks:
- bw-universe
Expand Down
2 changes: 1 addition & 1 deletion crowdsec/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ services:
- CROWDSEC_API_KEY=s3cr3tb0unc3rk3y
- USE_REVERSE_PROXY=yes
- REVERSE_PROXY_URL=/
- REVERSE_PROXY_HOST=http://myapp
- REVERSE_PROXY_HOST=http://myapp:8080
networks:
- bw-universe
- bw-services
Expand Down

0 comments on commit 3d38e72

Please sign in to comment.