mirror of
https://github.com/Misterblue/opensim-docker.git
synced 2026-07-30 03:12:41 +00:00
Change from using "docker-compose" to "docker compose". (Maybe need a test to allow both?)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user