mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-30 07:35:37 +00:00
update NanoLimbo repository name (#3564)
This commit is contained in:
@@ -41,7 +41,9 @@ Configuration options with defaults:
|
|||||||
|
|
||||||
## NanoLimbo
|
## NanoLimbo
|
||||||
|
|
||||||
A [NanoLimbo](https://github.com/Nan1t/NanoLimbo) server can be run by setting `TYPE` to `NANOLIMBO`.
|
A [NanoLimbo](https://github.com/BoomEaro/NanoLimbo) server can be run by setting `TYPE` to `NANOLIMBO`.
|
||||||
|
|
||||||
|
Note: it is a fork of the original [NanoLimbo](https://github.com/Nan1t/NanoLimbo) made by Nan1t
|
||||||
|
|
||||||
An alternate Limbo server
|
An alternate Limbo server
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ isDebugging && set -x
|
|||||||
if ! SERVER=$(mc-image-helper github download-latest-asset \
|
if ! SERVER=$(mc-image-helper github download-latest-asset \
|
||||||
--output-directory=/data \
|
--output-directory=/data \
|
||||||
--name-pattern="NanoLimbo-.+?(?<!-sources)\.jar" \
|
--name-pattern="NanoLimbo-.+?(?<!-sources)\.jar" \
|
||||||
Nan1t/NanoLimbo
|
BoomEaro/NanoLimbo
|
||||||
); then
|
); then
|
||||||
logError "Failed to download NanoLimbo"
|
logError "Failed to download NanoLimbo"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
services:
|
||||||
|
mc:
|
||||||
|
restart: "no"
|
||||||
|
image: ${IMAGE_TO_TEST:-itzg/minecraft-server}
|
||||||
|
environment:
|
||||||
|
EULA: "TRUE"
|
||||||
|
TYPE: NANOLIMBO
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
mc-image-helper assert fileExists "/data/NanoLimbo-*.jar"
|
||||||
Reference in New Issue
Block a user