Add e6-dev instance for testing

This commit is contained in:
Joey Hafner 2022-03-17 14:01:09 -07:00
parent ce62b23801
commit d64a768195
2 changed files with 6 additions and 0 deletions

View 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

View File

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