Browse Source

Обновить 'Jenkinsfile'

Vladimir Tomishinets 7 years ago
parent
commit
68518d511e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -97,7 +97,7 @@ pipeline {
               export DOCKER_HOST=tcp://${CLUSTER_NAME}:2376 DOCKER_TLS_VERIFY=1
               export DOCKER_HOST=tcp://$(docker info -f '{{.Name}}'):2376 DOCKER_TLS_VERIFY=1
               if [ !$(docker service ps -q ${DOCKER_IMAGE}) ];then
-                docker service create --replicas 2 \
+                docker service create --replicas 1 \
                 --mount type=bind,source=/var/run/docker.sock,destination=/var/run/docker.sock \
 
                 --name ${SERVICE_NAME} ${DOCKER_REGISTRY}/${SERVICE_IMAGE}:1 -p 1194:1194 \