Skip to content

Commit

Permalink
image moved to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud authored Jun 7, 2021
1 parent ca71221 commit 2f257dd
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 @@ -31,7 +31,7 @@ export ARROW_GLOBAL_CONFIG_PATH GALAXY_SHARED_DIR
mkdir -p "$GALAXY_SHARED_DIR"

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

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

0 comments on commit 2f257dd

Please sign in to comment.