Skip to content

Commit

Permalink
Added start command to script
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanGarriuz committed Jan 15, 2025
1 parent 4aa5ab8 commit 7f8637b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/osd-dev/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,14 @@ up)
down)
docker compose --profile $profile -f dev.yml down -v --remove-orphans
;;
start)
docker compose --profile $profile -f dev.yml -p ${COMPOSE_PROJECT_NAME} start
;;
stop)
docker compose --profile $profile -f dev.yml -p ${COMPOSE_PROJECT_NAME} stop
;;
*)
echo "[ERROR] Action must be up | down | stop: "
echo "[ERROR] Action must be up | down | stop | start: "
echo
usage
;;
Expand Down

0 comments on commit 7f8637b

Please sign in to comment.