Skip to content

Commit

Permalink
reverting behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandunn committed Oct 30, 2019
1 parent 4bf792b commit efaf47f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bootstrap_apollo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export GALAXY_SHARED_DIR=`pwd`/apollo_shared_dir
mkdir -p "$GALAXY_SHARED_DIR"

#docker run --memory=4g -d -it -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ quay.io/gmod/apollo:latest
docker run --memory=4g -d -it -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ quay.io/gmod/apollo:latest

echo "[BOOTSTRAP] Waiting while Apollo starts up..."
# Wait for apollo to be online
Expand Down
6 changes: 3 additions & 3 deletions test-data/arrow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__default: local
local:
url: "http://localhost:8080/apollo"
username: "[email protected]"
password: "demo"
url: "http://localhost:8888"
username: "[email protected]"
password: "password"

0 comments on commit efaf47f

Please sign in to comment.