Skip to content

Commit

Permalink
[FLINK-4209] Simplify docker-compose script (volumes are now local)
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia authored and aljoscha committed Jul 18, 2016
1 parent 4ffda0f commit 7d53902
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flink-contrib/docker-flink/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- "48081:8081"
command: jobmanager
volumes:
- conf:/usr/local/flink/conf
- /usr/local/flink/conf

taskmanager:
image: flink
Expand All @@ -33,5 +33,4 @@ services:
command: taskmanager
volumes_from:
- jobmanager:ro
volumes:
conf:

0 comments on commit 7d53902

Please sign in to comment.