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