From dfa315b53e97dc98c7fdd6d541f994cc65f7c2ca Mon Sep 17 00:00:00 2001 From: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:57:03 +0200 Subject: [PATCH] fix: comment --- starter.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/starter.sh b/starter.sh index c0bd939f..772aac67 100755 --- a/starter.sh +++ b/starter.sh @@ -1,12 +1,6 @@ #!/bin/bash -# Starts a local ArangoDB server or cluster (community or enterprise). -# Useful for testing the python-arango driver against a local ArangoDB setup. - -# Usage: -# ./starter.sh [single|cluster] [community|enterprise] -# Example: -# ./starter.sh cluster enterprise +# Starts a local ArangoDB cluster (enterprise). extra_ports="-p 8539:8539 -p 8549:8549" image_name="enterprise"