diff --git a/monitor/upgrade_watcher/docker_service_create.sh b/monitor/upgrade_watcher/docker_service_create.sh index b375f995..983e7fcc 100644 --- a/monitor/upgrade_watcher/docker_service_create.sh +++ b/monitor/upgrade_watcher/docker_service_create.sh @@ -16,7 +16,7 @@ docker service create \ --name upgrade_watcher \ --replicas 1 \ --network bignet \ - --constraint 'node.hostname==cosmosia11' \ + --constraint 'node.hostname==cosmosia1' \ --mount type=bind,source=/mnt/data/upgrade_watcher,destination=/data \ --endpoint-mode dnsrr \ --restart-condition any \