Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions local/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ main() {
compose pull
say "Starting SubBoost..."
compose up -d --remove-orphans
compose up -d --no-deps --force-recreate app
wait_for_health "$(env_value SUBBOOST_PORT)"

say ""
Expand Down
2 changes: 2 additions & 0 deletions local/scripts/subboost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ update_cmd() {
fi
compose pull
compose up -d --remove-orphans
compose up -d --no-deps --force-recreate app
status_cmd
}

Expand Down Expand Up @@ -291,6 +292,7 @@ EOF

restart_cmd() {
compose up -d --remove-orphans
compose up -d --no-deps --force-recreate app
status_cmd
}

Expand Down