Skip to content

Commit

Permalink
temp: fix starter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 13, 2023
1 parent 734559d commit f49ec32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ fi

docker run -d --rm \
--name arango \
-p 8528:8528 \
# -p 8528:8528 \
-p 8529:8529 \
$extra_ports \
-v "$(pwd)/tests/static/":/tests/static \
-v /tmp:/tmp \
"arangodb/$image_name:$version" \
/bin/sh -c "arangodb --configuration=/tests/static/$conf_file.conf"
# -v "$(pwd)/tests/static/":/tests/static \
# -v /tmp:/tmp \
"arangodb/$image_name:$version"
# /bin/sh -c "arangodb --configuration=/tests/static/$conf_file.conf"

wget --quiet --waitretry=1 --tries=120 -O - http://localhost:8528/version | jq
if [ $? -eq 0 ]; then
Expand Down

0 comments on commit f49ec32

Please sign in to comment.