adding before tag to vote and result images
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user