diff --git a/scripts/start_local_atlas.sh b/scripts/start_local_atlas.sh index 15ae2d8..d459b72 100644 --- a/scripts/start_local_atlas.sh +++ b/scripts/start_local_atlas.sh @@ -3,7 +3,7 @@ set -eu echo "Starting the container" -IMAGE=mongodb-atlas-local:latest +IMAGE=mongodb/mongodb-atlas-local:latest podman pull $IMAGE CONTAINER_ID=$(podman run --rm -d -e DO_NOT_TRACK=1 -P --health-cmd "/usr/local/bin/runner healthcheck" $IMAGE)