mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-04 15:17:17 +00:00
[mc] Add rcon to big composition
This commit is contained in:
parent
32b0737e70
commit
f69e75cfc1
1 changed files with 10 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
version: '3'
|
||||
|
||||
services:
|
||||
minecraft-server:
|
||||
minecraft:
|
||||
ports:
|
||||
- "25570:25565"
|
||||
- "25565:25565"
|
||||
volumes:
|
||||
- "mcbig:/data"
|
||||
environment:
|
||||
|
@ -16,6 +16,14 @@ services:
|
|||
CONSOLE: "false"
|
||||
image: itzg/minecraft-server
|
||||
restart: always
|
||||
rcon:
|
||||
image: itzg/rcon
|
||||
ports:
|
||||
- "4326:4326"
|
||||
- "4327:4327"
|
||||
volumes:
|
||||
- "rcon:/opt/rcon-web-admin/db"
|
||||
|
||||
volumes:
|
||||
mcbig:
|
||||
rcon:
|
||||
|
|
Loading…
Add table
Reference in a new issue