Skip to content

Commit

Permalink
remove flag (#3709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolterdyx committed Sep 11, 2024
1 parent 74d99f2 commit 4c71675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ case $cmd in
docker compose up -d --build $cmd_args
;;
d | down)
docker compose down -d $cmd_args
docker compose down $cmd_args
;;
s | start)
docker compose start $cmd_args
Expand Down

0 comments on commit 4c71675

Please sign in to comment.