docs: simplified top-level example compose file

related to #518
This commit is contained in:
Geoff Bourne 2020-06-25 14:10:13 -05:00
parent f2c9d2f905
commit 539159ba50
1 changed files with 1 additions and 13 deletions

View File

@ -10,19 +10,7 @@ services:
- "mc:/data"
environment:
EULA: "TRUE"
CONSOLE: "false"
ENABLE_RCON: "true"
RCON_PASSWORD: "testing"
RCON_PORT: 28016
restart: always
rcon:
image: itzg/rcon
ports:
- "4326:4326"
- "4327:4327"
volumes:
- "rcon:/opt/rcon-web-admin/db"
volumes:
mc:
rcon:
mc: {}