You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gitea/docker-spigot/pipeline/head This commit looks good
Details
|
12 months ago | |
---|---|---|
Dockerfile | 12 months ago | |
Jenkinsfile | 12 months ago | |
README.md | 12 months ago | |
eula.txt | 7 years ago | |
spigot-1.9.2.jar | 7 years ago | |
spigot-1.10.2.jar | 7 years ago | |
spigot-1.11.2.jar | 6 years ago | |
spigot-1.14.4.jar | 4 years ago | |
spigot-1.16.3.jar | 12 months ago | |
spigot-1.19.0.jar | 12 months ago | |
start | 12 months ago | |
supervisor.conf | 7 years ago |
README.md
docker-spigot
A setup for spigot within docker.
Currently minecraft 1.19.0.
Quick start
- Clone:
git clone ssh://git@git.davepedu.com:223/dave/docker-spigot.git
- Build:
cd docker-spigot ; docker build -t spigot .
Persistence
Mount /srv/spigot/
to the host. This dir should be owned by UID 1000:
-v /host/path/data/:/srv/spigot/
Protips
- Memory limit:
-e MEMLIMIT=512m
. Defaults to 1024m. - Send commands to the server console:
$ echo "kick xMopx" > /srv/spigot/stdin