Skip to content

Commit

Permalink
change command for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
stasput committed Nov 19, 2024
1 parent ec255a0 commit 432c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .start-all.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
wsl -u root sh -c "service docker status || (service docker start && echo 'artificially waiting 20s for docker to warmup...' && sleep 20s)"
wsl docker-compose -f docker-compose.linux.yaml up -d --build
wsl docker compose -f docker-compose.linux.yaml up -d --build

0 comments on commit 432c5da

Please sign in to comment.