Skip to content

Commit

Permalink
Fixing 'docker-compose client to old windows' error with docker-compo…
Browse files Browse the repository at this point in the history
…se up (see docker/compose#4106)
  • Loading branch information
jonashackt committed Mar 14, 2017
1 parent 62a62df commit 3482c7b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
version: '2'
version: '2.1'

services:
eureka-serviceregistry:
build: ./web
build: ./eureka-serviceregistry
ports:
- "80:80"
depends_on:
- db
- "8761:8761"
tty:
true
weatherbackend:
build: ./weatherbackend
expose:
- "1433"
ports:
- "8090:8090"
tty:
true
zuul-edgeservice:
build: ./zuul-edgeservice
ports:
- "80:80"
- "8080:8080"
depends_on:
- db
- eureka-serviceregistry
tty:
true

Expand Down

0 comments on commit 3482c7b

Please sign in to comment.