Skip to content

Commit

Permalink
no need for -it option
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Nov 27, 2019
1 parent 8af4182 commit ea3c31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap_apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export GALAXY_SHARED_DIR=`pwd`/apollo_shared_dir
mkdir -p "$GALAXY_SHARED_DIR"

if ! [[ $SHOULD_LAUNCH_DOCKER -eq 0 ]]; then
docker run --memory=4g -d -it -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ -e "WEBAPOLLO_DEBUG=true" quay.io/gmod/apollo:latest
docker run --memory=4g -d -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ -e "WEBAPOLLO_DEBUG=true" quay.io/gmod/apollo:latest
fi

echo "[BOOTSTRAP] Waiting while Apollo starts up..."
Expand Down

0 comments on commit ea3c31a

Please sign in to comment.