We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bd78c commit 367ee96Copy full SHA for 367ee96
1 file changed
docker/rpi/docker-compose.yml
@@ -1,13 +1,11 @@
1
-version: '3.8'
2
-
3
services:
4
slips:
5
image: stratosphereips/slips:latest
6
container_name: slips
7
networks:
8
slips_custom_network:
9
ipv4_address: 172.20.0.10
10
- command: /bin/bash
+ command: /bin/bash -c "while true; do sleep 3600; done"
11
ports:
12
- "55000:55000" # expose web interface to host on port 55000
13
shm_size: 512m
0 commit comments