Skip to content

Commit

Permalink
fix docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 13, 2023
1 parent bdfac19 commit 734559d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,7 @@ jobs:

# - run: docker start adb

- run: |
docker run -d --rm \
--name arango \
-p 8528:8528 \
-p 8529:8529 \
-v "$(pwd)/tests/static/":/tests/static \
-v /tmp:/tmp \
"arangodb/arangodb:latest" \
/bin/sh -c "arangodb --configuration=$(pwd)/tests/static/single.conf"
- run: docker run -d --rm --name adb -p 8529:8529 -e ARANGO_ROOT_PASSWORD= arangodb/arangodb:latest

- run: docker ps -a

Expand Down

0 comments on commit 734559d

Please sign in to comment.