Add e6-dev instance for testing
This commit is contained in:
parent
ce62b23801
commit
d64a768195
5
homelab/server/config/minecraft/README.md
Normal file
5
homelab/server/config/minecraft/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
## Connecting to a server's CLI
|
||||
`docker attach e6`
|
||||
https://github.com/itzg/docker-minecraft-server#interactive-and-color-console
|
||||
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.29
|
||||
- OPS=jafner425
|
||||
- ENABLE_RCON=true
|
||||
|
||||
- RCON_PASSWORD=${RCON_PASSWORD}
|
||||
volumes:
|
||||
- $DOCKER_DATA/e6:/data:rw
|
||||
|
Loading…
Reference in New Issue
Block a user