mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-07-19 15:04:53 +00:00
port configuration for local modrinth modpack setup (#3116)
This commit is contained in:
@@ -7,6 +7,8 @@ services:
|
|||||||
# Download the mrpack file from https://modrinth.com/modpack/cobblemon-fabric/version/1.4.1 and place in
|
# Download the mrpack file from https://modrinth.com/modpack/cobblemon-fabric/version/1.4.1 and place in
|
||||||
# modpacks directory next to this compose file.
|
# modpacks directory next to this compose file.
|
||||||
MODRINTH_MODPACK: /modpacks/Cobblemon Modpack [Fabric] 1.4.1.mrpack
|
MODRINTH_MODPACK: /modpacks/Cobblemon Modpack [Fabric] 1.4.1.mrpack
|
||||||
|
ports:
|
||||||
|
- "25565:25565"
|
||||||
volumes:
|
volumes:
|
||||||
- mc-data:/data
|
- mc-data:/data
|
||||||
- ./modpacks:/modpacks:ro
|
- ./modpacks:/modpacks:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user