https://github.com/jrwren/spigot-docker
run spigot minecraft server in docker
https://github.com/jrwren/spigot-docker
Last synced: 3 months ago
JSON representation
run spigot minecraft server in docker
- Host: GitHub
- URL: https://github.com/jrwren/spigot-docker
- Owner: jrwren
- Created: 2021-06-25T22:07:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-25T22:59:43.000Z (almost 4 years ago)
- Last Synced: 2023-03-11T01:23:08.921Z (about 2 years ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this?
I'm a minecraft n00b.
I wanted mincraft running in docker.
I didn't want bells and whistles of docker environment vars for spigot settings.
This is what I came up with.
Bonuses: Uses Microsoft's build of openjdk.
## To use
Clone this repo and run `run.sh`
I'm still figuring all of this out so you may want to set the rcon password in server.properties. You may want to remove the rcon port forward from run.sh.
## What does it do?
The run.sh script uses the logs directory as a sentinel and if it doesn't exist it tries to download spigot-1.17.jar and builds the docker image based on the included Dockerfile