Skip to content

Commit

Permalink
fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 12, 2024
1 parent 0bd5ba3 commit 42333b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_local_atlas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 42333b2

Please sign in to comment.