Set RCON port
This commit is contained in:
parent
ee47548cb4
commit
3aa69387c2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user