Adding info about using Docker Compose

This commit is contained in:
Geoff Bourne
2015-08-15 10:06:32 -05:00
parent ac608b7abb
commit 007fca149c
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
minecraft-server:
ports:
- "25565:25565"
environment:
EULA: TRUE
image: itzg/minecraft-server
container_name: minecraft-server
tty: true
stdin_open: true
restart: always