Skip to content

Commit

Permalink
Merge pull request #36 from celevra/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fl0ppy-d1sk authored May 11, 2024
2 parents 8a8925e + dfb4a63 commit d50be0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions coraza/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ services:
image: bunkerity/bunkerweb:1.5.6
...
environment:
- USE_MODSECURITY: "no" # We don't need modsecurity anymore
- USE_CORAZA: "yes"
- CORAZA_API: "http://bw-coraza:8080"
- USE_MODSECURITY=no # We don't need modsecurity anymore
- USE_CORAZA=yes
- CORAZA_API=http://bw-coraza:8080
...
bw-coraza:
image: bunkerity/bunkerweb-coraza:latest
networks:
- bw-universe
bw-coraza:
image: bunkerity/bunkerweb-coraza:latest
networks:
- bw-universe

```

Expand Down

0 comments on commit d50be0b

Please sign in to comment.