Skip to content
This repository has been archived by the owner on Apr 11, 2021. It is now read-only.

spritsail/amp-minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layers Latest Version Git Commit Docker Stars Docker Pulls Build Status

A Docker image for running the Minecraft module of the AMP server management program, by CubeCoders.

Environment Variables

This Dockerfile requires a CubeCoders licence, specified as the environment variable LICENCE. An example run command for this Dockerfile is:

docker run -d -e "LICENCE=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" -p 8080:8080  -p 25565:25565 -v /host/path/to/amp:/ampdata spritsail/amp-minecraft

To rebind the port the Minecraft server listens on, simply replace the first intance of 25565 with the external port.

This dockerfile also support more environment variables to customise the minecraft servere parameters. These are:

  • HOST - Specifies the interface AMP and the minecraft server should listen on
  • PORT - The port for the AMP webUI
  • USERNAME - The default username for logging into the webUI
  • PASSWORD - The default password for logging into the webUI
  • INSTANCE_NAME - The name of the instance AMP needs to create. Should not need to be changed.

These environment variables can either be defined at runtime, as LICENCE has above, or in a file. For information on how to format and use this file, see the Docker Documentation.

About

Dockerfile for running a Minecraft server through the server management program AMP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published