Compare commits
No commits in common. "a5b19381e6b2fb2fbf56e9d967d23df19553714b" and "346113bcfc3237e7c480ede31931548b3760a6e0" have entirely different histories.
a5b19381e6
...
346113bcfc
1 changed files with 10 additions and 4 deletions
|
@ -6,12 +6,18 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "25565:25565"
|
- "25565:25565"
|
||||||
environment:
|
environment:
|
||||||
TYPE: NEOFORGE
|
TYPE: FORGE
|
||||||
VERSION: 1.21.1
|
VERSION: 1.21.1
|
||||||
CF_API_KEY: $$2a$$10$$PXDF1/P0jGG5E4wQIFPNOuih1U5DBaL00hYx5oBXTFjXC7/mcAnbi
|
CF_API_KEY: $$2a$$10$$PXDF1/P0jGG5E4wQIFPNOuih1U5DBaL00hYx5oBXTFjXC7/mcAnbi
|
||||||
CURSEFORGE_FILES: |
|
CURSEFORGE_FILES: |
|
||||||
https://www.curseforge.com/minecraft/mc-mods/storage-drawers/files/5610020
|
https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap/files/5437647
|
||||||
|
https://www.curseforge.com/minecraft/mc-mods/comforts/files/5506648
|
||||||
|
https://www.curseforge.com/minecraft/mc-mods/serene-seasons/files/5613013
|
||||||
|
https://www.curseforge.com/minecraft/mc-mods/glitchcore/files/5483772
|
||||||
|
https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty/files/5612808
|
||||||
|
https://www.curseforge.com/minecraft/mc-mods/terrablender/files/5429864
|
||||||
|
https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map/files/5437640
|
||||||
|
https://www.curseforge.com/minecraft/mc-mods/dragon-mounts-legacy/files/5335579
|
||||||
EULA: "TRUE"
|
EULA: "TRUE"
|
||||||
OPS: |
|
OPS: |
|
||||||
xSghetti
|
xSghetti
|
||||||
|
@ -20,4 +26,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
# attach the relative directory 'data' to the container's /data path
|
# attach the relative directory 'data' to the container's /data path
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
restart: on-failure:3
|
#restart: on-failure:3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue