Set RCON port

This commit is contained in:
Joey Hafner 2022-05-09 20:56:41 -07:00
parent ee47548cb4
commit 3aa69387c2
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
## Connecting to a server's CLI
`docker attach e6`
https://github.com/itzg/docker-minecraft-server#interactive-and-color-console
`docker attach minecraft_e6`
https://github.com/itzg/docker-minecraft-server#interactive-and-color-console
https://github.com/itzg/docker-minecraft-server#use-rcon-commands

View File

@ -12,6 +12,7 @@ services:
- FORGEVERSION=36.2.28
- OPS=jafner425
- ENABLE_RCON=true
- RCON_PORT=25575
- RCON_PASSWORD=${RCON_PASSWORD}
volumes:
- $DOCKER_DATA/bmcp:/data:rw