Skip to content

Commit

Permalink
chore: Fix the play framework dependency on docker-compose.yml
Browse files Browse the repository at this point in the history
The repository alexproca/play:2.2.3 is not maintained anymore.
ifinavet/playframework:2.2.3 does the same thing and seems pretty well organized.
Let's
  • Loading branch information
Eyal Lezmy committed Nov 11, 2017
1 parent df3e224 commit 9757906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
expose:
- 6379
play:
image: alexproca/play:2.2.3
image: ifinavet/playframework:2.2.3
volumes:
- .:/app:rw
ports:
Expand Down

0 comments on commit 9757906

Please sign in to comment.