Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/409-create-security-policies-p…
Browse files Browse the repository at this point in the history
…lugin
  • Loading branch information
yenienserrano authored Jan 15, 2025
2 parents 39cd36b + 3e09feb commit fca31c2
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 fca31c2

Please sign in to comment.