Explorar o código

adding before tag to vote and result images

Mano Marks %!s(int64=8) %!d(string=hai) anos
pai
achega
0285545512
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docker-stack.yml

+ 2 - 2
docker-stack.yml

@@ -24,7 +24,7 @@ services:
       placement:
         constraints: [node.role == manager]
   vote:
-    image: dockersamples/examplevotingapp_vote
+    image: dockersamples/examplevotingapp_vote:before
     ports:
       - 5000:80
     networks:
@@ -38,7 +38,7 @@ services:
       restart_policy:
         condition: on-failure
   result:
-    image: dockersamples/examplevotingapp_result
+    image: dockersamples/examplevotingapp_result:before
     ports:
       - 5001:80
     networks: