Skip to content

Commit e50c52a

Browse files
committed
Fix docker compose call.
1 parent 7ae13f0 commit e50c52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/go.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ cp -fv target/bootstrap5-api.hpi $JENKINS_HOME/plugins/bootstrap5-api.jpi
1111

1212
CURRENT_UID="$(id -u):$(id -g)"
1313
export CURRENT_UID
14-
IS_RUNNING=$(docker-compose ps -q jenkins-controller)
14+
IS_RUNNING=$(docker compose ps -q devenv-jenkins)
1515
if [[ "$IS_RUNNING" != "" ]]; then
16-
docker-compose restart
16+
docker compose restart
1717
echo "Restarting Jenkins (docker compose with user ID ${CURRENT_UID}) ..."
1818
fi

0 commit comments

Comments
 (0)