Skip to content
Snippets Groups Projects
Commit f6aeddd5 authored by Axel Hahn's avatar Axel Hahn
Browse files

remove param --remove-orphans in docker-compose up

parent fb06b905
Branches
No related tags found
No related merge requests found
......@@ -275,8 +275,9 @@ while true; do
_wait
;;
u)
# docker-compose up -d --remove-orphans
docker-compose up -d --remove-orphans
test ! -z "${APP_ONSTARTUP}" && sleep 2 && docker exec -it appmonitor-server /bin/bash -c "${APP_ONSTARTUP}"
test ! -z "${APP_ONSTARTUP}" && sleep 2 && docker exec -it appmonitor-server /bin/bash -c "${APP_ONSTARTUP}"
echo "In a web browser:"
echo " $frontendurl"
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment