Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5017fce

Browse files
author
James Lee
committedOct 21, 2017
add replicas to deploy
2 parents 3202be2 + 4d9fc83 commit 5017fce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
version: '3.0'
1+
version: "3.0"
22
services:
33
dockerapp:
44
image: jleetutorial/dockerapp
55
ports:
66
- "5000:5000"
77
depends_on:
88
- redis
9-
109
redis:
1110
image: redis:3.2.0

0 commit comments

Comments
 (0)