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
No related branches found
No related tags found
No related merge requests found
...@@ -275,6 +275,7 @@ while true; do ...@@ -275,6 +275,7 @@ while true; do
_wait _wait
;; ;;
u) u)
# docker-compose up -d --remove-orphans
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 "In a web browser:"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment