Skip to content

Commit e21e2da

Browse files
author
patched.codes[bot]
committed
Patched: "/tmp/tmp7rhy90_n/docker/docker-compose.yml"
1 parent 40a7941 commit e21e2da

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docker/docker-compose.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ services:
44
image: stratosphereips/slips:latest
55
container_name: Slips
66
cap_add:
7-
- NET_ADMIN
7+
- NET_RAW
8+
- NET_BIND_SERVICE
89
volumes:
9-
- $PWD/config:/StratosphereLinuxIPS/config/
10-
- $PWD/dataset:/StratosphereLinuxIPS/dataset/
10+
- $PWD/config:/StratosphereLinuxIPS/config/:ro
11+
- $PWD/dataset:/StratosphereLinuxIPS/dataset/:ro
1112
network_mode: "host"
1213
entrypoint: ["/bin/bash"]
13-
14+
read_only: true
15+
tmpfs:
16+
- /run
17+
- /tmp

0 commit comments

Comments
 (0)