Skip to content

Commit 2ffc5d4

Browse files
author
patched.codes[bot]
committed
Patched: "/tmp/tmpfzyx9xb9/docker/docker-compose.yml"
1 parent 573813b commit 2ffc5d4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docker/docker-compose.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ services:
66
cap_add:
77
- NET_ADMIN
88
volumes:
9-
- $PWD/config:/StratosphereLinuxIPS/config/
10-
- $PWD/dataset:/StratosphereLinuxIPS/dataset/
9+
- type: bind
10+
source: ./config
11+
target: /StratosphereLinuxIPS/config/
12+
read_only: true
13+
- type: bind
14+
source: ./dataset
15+
target: /StratosphereLinuxIPS/dataset/
16+
read_only: true
1117
network_mode: "host"
1218
entrypoint: ["/bin/bash"]
13-

0 commit comments

Comments
 (0)