Commit 36e14711e84518a0bc691860fc05bef5568ca5d6
1 parent
626c0d577a
Exists in
master
and in
4 other branches
Put pcap files in docker volume
Showing 1 changed file with 2 additions and 1 deletions
docker-compose-jfrog.yml
View file @
36e1471
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | command: ONLINE |
16 | 16 | volumes: |
17 | 17 | - data_volume:/var/log/suricata |
18 | - - ./data/pcap:/var/pcap | |
18 | + - pcap_volume:/var/pcap | |
19 | 19 | |
20 | 20 | elasticsearch: |
21 | 21 | image: registry.curex-project.eu:443/curex-local/kea_elasticsearch:1.0.0 |
... | ... | @@ -169,4 +169,5 @@ |
169 | 169 | volumes: |
170 | 170 | api_volume: |
171 | 171 | data_volume: |
172 | + pcap_volume: |