Skip to content

Commit

Permalink
Merge pull request yujiod#1 from hsmalley/patch-1
Browse files Browse the repository at this point in the history
Create docker-compose.yml
  • Loading branch information
yujiod committed Mar 7, 2016
2 parents 68d1be9 + 3cfa71e commit 50431ae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
mineos:
image: yujiod/minecraft-mineos
volumes:
- ./data/minecraft:/var/games/minecraft
environment:
- PASSWORD=cr33p3r
ports:
- 2222:22
- 8443:8443
- 25565:25565
- 25566:25566
- 25567:25567
- 25568:25568
- 25569:25569
- 25570:25570

0 comments on commit 50431ae

Please sign in to comment.