We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573813b commit 2ffc5d4Copy full SHA for 2ffc5d4
docker/docker-compose.yml
@@ -6,8 +6,13 @@ services:
6
cap_add:
7
- NET_ADMIN
8
volumes:
9
- - $PWD/config:/StratosphereLinuxIPS/config/
10
- - $PWD/dataset:/StratosphereLinuxIPS/dataset/
+ - type: bind
+ source: ./config
11
+ target: /StratosphereLinuxIPS/config/
12
+ read_only: true
13
14
+ source: ./dataset
15
+ target: /StratosphereLinuxIPS/dataset/
16
17
network_mode: "host"
18
entrypoint: ["/bin/bash"]
-
0 commit comments