mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-18 14:34:55 +00:00
BetterMC Plus Example (#1762)
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
|
||||||
mc:
|
|
||||||
image: itzg/minecraft-server
|
|
||||||
volumes:
|
|
||||||
- ./data:/data
|
|
||||||
- ./modpacks:/modpacks:ro
|
|
||||||
environment:
|
|
||||||
EULA: "true"
|
|
||||||
MEMORY: 2G
|
|
||||||
TYPE: FORGE
|
|
||||||
VERSION: 1.18.2
|
|
||||||
FORGEVERSION: 40.1.30
|
|
||||||
# Need to download Server-Files-0.4.13.zip and
|
|
||||||
# put it in modpacks directory next to this compose file
|
|
||||||
GENERIC_PACK: /modpacks/Server-Files-0.4.13.zip
|
|
||||||
ports:
|
|
||||||
- "25565:25565"
|
|
||||||
Reference in New Issue
Block a user