Skip to content

Commit 13ad3e0

Browse files
chore: update cli service in docker-compose
- Add stop_signal: SIGKILL for immediate container shutdown - Set command to `sleep infinity` to keep the container running indefinitely
1 parent 92233b1 commit 13ad3e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ services:
107107
start_period: 10s
108108
cli:
109109
image: shellhubio/cli:${SHELLHUB_VERSION}
110-
scale: 0
110+
stop_signal: SIGKILL
111+
command: /bin/sleep infinity
111112
environment:
112113
- SHELLHUB_LOG_LEVEL=${SHELLHUB_LOG_LEVEL}
113114
- SHELLHUB_LOG_FORMAT=${SHELLHUB_LOG_FORMAT}

0 commit comments

Comments
 (0)