Skip to content

Commit 5017fce

Browse files
author
James Lee
committed
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

+1-2
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)