Skip to content

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna authored Oct 7, 2024
1 parent 7887451 commit dfa315b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions starter.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit dfa315b

Please sign in to comment.