Change from using "docker-compose" to "docker compose". (Maybe need a test to allow both?)

This commit is contained in:
Robert Adams
2023-02-04 17:53:27 +00:00
parent 2e42dbea4d
commit 8eb48e2e85
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ echo "Restarting configuration $CONFIG_NAME from \"$COMPOSEFILE\""
# --file "$COMPOSEFILE" \
# pull
docker-compose \
docker compose \
--file "$COMPOSEFILE" \
--project-name opensim-${CONFIG_NAME} \
--project-directory "$BASE" \
@@ -22,7 +22,7 @@ fi
echo "Restarting configuration $CONFIG_NAME from \"$COMPOSEFILE\""
docker-compose \
docker compose \
--file "$COMPOSEFILE" \
--project-name opensim-${CONFIG_NAME} \
restart -t 10 opensim