mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
Added AWS blurb to readme (#644)
* Added AWS blurb to readme * moved section in readme Co-authored-by: Chris Vater <chris.vater@johnsonfit.com>
This commit is contained in:
parent
6f1f8d7806
commit
3cb72797b6
1 changed files with 5 additions and 1 deletions
|
@ -227,6 +227,10 @@ describes period of the daemonized state machine, that handles the pausing of th
|
|||
|
||||
The [examples directory](https://github.com/itzg/docker-minecraft-server/tree/master/examples) also provides examples of deploying the [itzg/minecraft-server](https://hub.docker.com/r/itzg/minecraft-server/) Docker image.
|
||||
|
||||
### Amazon Web Services (AWS) Deployment
|
||||
|
||||
If you're looking for a simple way to deploy this to the Amazon Web Services Cloud, check out the [Minecraft Server Deployment (CloudFormation) repository](https://github.com/vatertime/minecraft-spot-pricing). This repository contains a CloudFormation template that will get you up and running in AWS in a matter of minutes. Optionally it uses Spot Pricing so the server is very cheap, and you can easily turn it off when not in use.
|
||||
|
||||
## Running a Forge Server
|
||||
|
||||
Enable Forge server mode by adding a `-e TYPE=FORGE` to your command-line.
|
||||
|
@ -1117,4 +1121,4 @@ To run this image on a RaspberryPi 3 B+, 4, or newer, use the image tag
|
|||
|
||||
itzg/minecraft-server:multiarch
|
||||
|
||||
> NOTE: you may need to lower the memory allocation, such as `-e MEMORY=750m`
|
||||
> NOTE: you may need to lower the memory allocation, such as `-e MEMORY=750m`
|
Loading…
Reference in a new issue