Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 8bda0ca

Browse files
authored
updating logging location so that docker works!
1 parent 7e894fa commit 8bda0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
- 2.7
77
before_install:
88
- docker pull owasp/modsecurity-crs
9-
- docker run -ti -d --rm -p 80:80 -v /var/log/httpd/error_log:/var/log/httpd/error_log owasp/modsecurity-crs
9+
- docker run -ti -d --rm -p 80:80 -v /var/log/httpd:/var/log/httpd/ owasp/modsecurity-crs
1010
install:
1111
- pip install -r ./util/integration/requirements.txt
1212
- pip install -r ./util/regression-tests/requirements.txt

0 commit comments

Comments
 (0)