Skip to content

Commit

Permalink
Prefer sleep infinity to while sleep 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Aug 7, 2024
1 parent 9df48f8 commit 5986da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ services:
# - seccomp:unconfined

# Overrides default command so things don't shut down after the process ends.
command: /bin/sh -c "while sleep 1000; do :; done"
command: sleep infinity

0 comments on commit 5986da0

Please sign in to comment.