Skip to content

Commit 3f08cb9

Browse files
author
patched.codes[bot]
committed
Patched: "/tmp/tmpqik896dk/docker/docker-compose.yml"
1 parent acca771 commit 3f08cb9

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docker/docker-compose.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ 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
18+
security_opt:
19+
- no-new-privileges

0 commit comments

Comments
 (0)