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 82b713e commit d7c9b4cCopy full SHA for d7c9b4c
1 file changed
bin/shtool.sh
@@ -98,7 +98,7 @@ function deploy #description 'Deploy an specific service'
98
99
# Stop the existing container(s) gracefully
100
echo "🛑 Stopping existing $app_name containers..."
101
- docker compose down --remove-orphans
+ docker compose stop --remove-orphans
102
103
# Build if forced or if images don't exist
104
if [ "$force_rebuild" = true ]; then
0 commit comments