Skip to content

Commit

Permalink
Merge pull request #1863 from artemkovalyov/patch-2
Browse files Browse the repository at this point in the history
add --no-start to docker-compose up command
  • Loading branch information
Noah Gorny authored Apr 4, 2021
2 parents 6678788 + 905abd3 commit a6e2c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases/available/docker-compose.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ alias dco="docker-compose"
alias dcofresh="docker-compose-fresh"
alias dcol="docker-compose logs -f --tail 100"
alias dcou="docker-compose up"
alias dcouns="dcou --no-start"

0 comments on commit a6e2c2f

Please sign in to comment.