We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32d09d commit 8d69f55Copy full SHA for 8d69f55
.github/workflows/start_local_atlas.sh
@@ -20,11 +20,5 @@ function wait() {
20
21
wait "$CONTAINER_ID"
22
23
-# EXPOSED_PORT=$($DOCKER inspect --format='{{ (index (index .NetworkSettings.Ports "27017/tcp") 0).HostPort }}' "$CONTAINER_ID")
24
-# export MONGODB_URI="mongodb://127.0.0.1:$EXPOSED_PORT/?directConnection=true"
25
-# SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
26
-# ROOT_DIR=$(dirname $SCRIPT_DIR)
27
-# echo "MONGODB_URI=$MONGODB_URI" > $ROOT_DIR/.local_atlas_uri
28
-
29
# Sleep for a bit to let all services start.
30
sleep 5
0 commit comments