Skip to content

Commit 367ee96

Browse files
committed
rpi docker compose: change the entrypoint
1 parent 47bd78c commit 367ee96

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docker/rpi/docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
version: '3.8'
2-
31
services:
42
slips:
53
image: stratosphereips/slips:latest
64
container_name: slips
75
networks:
86
slips_custom_network:
97
ipv4_address: 172.20.0.10
10-
command: /bin/bash
8+
command: /bin/bash -c "while true; do sleep 3600; done"
119
ports:
1210
- "55000:55000" # expose web interface to host on port 55000
1311
shm_size: 512m

0 commit comments

Comments
 (0)