Skip to content
Merged
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
2 changes: 1 addition & 1 deletion lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ run_start() {
run_setup
else
if [ ! -z "$(docker compose ps -a --services --status=exited | xargs)" ]; then
docker compose start
COMPOSE_PROFILES=$(all_profiles) docker compose start
else
echo "There are no stopped services to resume"
fi
Expand Down