Skip to content

Commit

Permalink
remove --rm from starter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 15, 2023
1 parent 2939953 commit 5632cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
conf_file="${setup}"
fi

docker run -d --rm \
docker run -d \
--name arango \
-p 8528:8528 \
-p 8529:8529 \
Expand Down

0 comments on commit 5632cf8

Please sign in to comment.