felixklauke / paper-docker

PaperSpigot Docker. Easy to use and clean docker image for running paper spigot servers in docker containers using OpenJDK. WIP
https://www.felix-klauke.com
MIT License
55 stars 29 forks source link

Add option to configure RCON #47

Closed felixklauke closed 2 years ago

felixklauke commented 4 years ago

The rcon credentials should be configurable via environment.

Example

[...]
services:
  minecraft:
    [...]
    env:
      - RCON_ENABLED=true
      - RCON_PASSWORD=1234567
    ports:
      - 25566:25566