docs: clarify that disabling RCON disables other features (#2607)

This commit is contained in:
Geoff Bourne
2024-01-21 12:21:40 -06:00
committed by GitHub
parent b73fb88b3b
commit 619cee5ae5
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
environment:
EULA: true
TYPE: FABRIC
MODRINTH_PROJECTS: |
jline4mcdsrv
volumes:
- mc-data:/data
volumes:
mc-data: {}