Skip to content

Commit

Permalink
Merge pull request dockersamples#186 from DanArlowski/patch-1
Browse files Browse the repository at this point in the history
Version Was invalid, Fix to Version3 docker-compose
  • Loading branch information
BretFisher authored Jan 29, 2021
2 parents 7bbb599 + 6494a7a commit 9cf769d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose-k8s.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: ':8080'
version: '3'

services:
redis:
Expand All @@ -17,7 +17,7 @@ services:
ports:
- "5000:80"
deploy:
replicas: 2
replicas: 1
result:
image: dockersamples/examplevotingapp_result:before
ports:
Expand Down

0 comments on commit 9cf769d

Please sign in to comment.