add Dockerfile, docker-compose, dependencies, and documentation
This commit is contained in:
1
template/eula.txt
Normal file
1
template/eula.txt
Normal file
@@ -0,0 +1 @@
|
||||
eula=true
|
||||
9
template/server.properties
Normal file
9
template/server.properties
Normal file
@@ -0,0 +1,9 @@
|
||||
# Template server.properties file that allows remote control of the server
|
||||
# see https://minecraft.wiki/w/RCON
|
||||
broadcast-rcon-to-ops=true
|
||||
enable-rcon=true
|
||||
# don't change the next line! initializing a new Docker volume will automatically populate
|
||||
rcon.password=<password_will_auto_populate>
|
||||
rcon.port=25575
|
||||
# the rest of the settings are automatically generated on server startup
|
||||
|
||||
Reference in New Issue
Block a user