Fix permissions for ES
This commit is contained in:
@ -14,6 +14,9 @@ services:
|
|||||||
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
|
# - python: 3.6 - Commenting out testing for Python 3.6 until ready
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- mkdir -p ./data/esdata1
|
||||||
|
- mkdir -p ./data/es_snapshots
|
||||||
|
- chown 1000:1000 ./data/es*
|
||||||
- docker build -t vulnwhisperer-local .
|
- docker build -t vulnwhisperer-local .
|
||||||
- docker-compose -f docker-compose-test.yml up
|
- docker-compose -f docker-compose-test.yml up
|
||||||
install:
|
install:
|
||||||
|
Reference in New Issue
Block a user