Sign inSign up

pierro777/spigot

By pierro777

Updated over 6 years ago

A Minecraft Spigot server in Docker https://github.com/pierre-emmanuelJ/spigot-docker

Image
1

952

pierro777/spigot repository overview

spigot-docker

https://github.com/pierre-emmanuelJ/spigot-docker

A Minecraft Spigot Docker image to run Spigot with your own server files very easily.

Run it with Docker

create a directory (e.g server-example), put your eula.txtand server.properties files inside.

Optional

If you build the image you can choose the Spigot version by setting SPIGOT_REV in Makefile and Java Xmx and Xms flags value.

then
$docker run -p 25565:25565 -v $PWD/server-example:/spigot_server  pierro777/spigot:latest

All server files are now in the server-example directory.

Run it with Docker-compose

Create a directory data, put your eula.txtand server.properties files inside.

Optional

In .env you can set Java Xmx and Xms flags value. If you build the image you can choose the Spigot version by setting SPIGOT_REV

then
$docker-compose up -d

Enjoy!

Tag summary

Content type

Image

Digest

Size

252.2 MB

Last updated

over 6 years ago

docker pull pierro777/spigot