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 acca771 commit 3f08cb9Copy full SHA for 3f08cb9
docker/docker-compose.yml
@@ -4,10 +4,16 @@ services:
4
image: stratosphereips/slips:latest
5
container_name: Slips
6
cap_add:
7
- - NET_ADMIN
+ - NET_RAW
8
+ - NET_BIND_SERVICE
9
volumes:
- - $PWD/config:/StratosphereLinuxIPS/config/
10
- - $PWD/dataset:/StratosphereLinuxIPS/dataset/
+ - $PWD/config:/StratosphereLinuxIPS/config/:ro
11
+ - $PWD/dataset:/StratosphereLinuxIPS/dataset/:ro
12
network_mode: "host"
13
entrypoint: ["/bin/bash"]
-
14
+ read_only: true
15
+ tmpfs:
16
+ - /run
17
+ - /tmp
18
+ security_opt:
19
+ - no-new-privileges
0 commit comments