Skip to content

Commit

Permalink
Added Remove Orphans flag on container initializatilon
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotruta committed Nov 4, 2024
1 parent ef356b8 commit 05082cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ while [ $# -gt 0 ] ; do
eval $global_composer

echo "Starting Services"
docker-compose up -d --build
docker-compose up -d --build --remove-orphans

if ! [ "$2" = "--fast" ]; then
run_postinstall
Expand Down

0 comments on commit 05082cb

Please # to comment.