Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/workbench_labs_files/workbench_labs
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ then
source ./makeEnv.sh
./makeEnvConfig.sh
./makeNginxConf.sh
docker-compose --project-name cypher-workbench up -d --remove-orphans
docker compose --project-name cypher-workbench up -d --remove-orphans
echo "Cypher Workbench should be available at $WORKBENCH_PROTOCOL://$WORKBENCH_HOST:$WORKBENCH_PORT_EXTERNAL in a few minutes"
elif [ "$1" = "stop" ]
then
echo "Stopping Cypher Workbench services"
docker-compose --project-name cypher-workbench stop
docker compose --project-name cypher-workbench stop
elif [ "$1" = "status" ]
then
echo "Cypher Workbench status"
Expand Down