mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-07-11 01:19:17 +00:00
Merge pull request #186 from DanArlowski/patch-1
Version Was invalid, Fix to Version3 docker-compose
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: ':8080'
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
redis:
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
ports:
|
||||
- "5000:80"
|
||||
deploy:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
result:
|
||||
image: dockersamples/examplevotingapp_result:before
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user