From 8eb48e2e8590c7b9d3b2ff3b73cd5549d699cced Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Sat, 4 Feb 2023 17:53:27 +0000 Subject: [PATCH] Change from using "docker-compose" to "docker compose". (Maybe need a test to allow both?) --- image-opensim-herbal3d/restart-herbal3d.sh | 2 +- image-opensim-herbal3d/restart-just-opensim.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/image-opensim-herbal3d/restart-herbal3d.sh b/image-opensim-herbal3d/restart-herbal3d.sh index 2c3ccc8..5c4c430 100755 --- a/image-opensim-herbal3d/restart-herbal3d.sh +++ b/image-opensim-herbal3d/restart-herbal3d.sh @@ -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" \ diff --git a/image-opensim-herbal3d/restart-just-opensim.sh b/image-opensim-herbal3d/restart-just-opensim.sh index 34fb446..86524f6 100755 --- a/image-opensim-herbal3d/restart-just-opensim.sh +++ b/image-opensim-herbal3d/restart-just-opensim.sh @@ -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