modrinth: rename input to MODRINTH_MODPACK (#2334)

This commit is contained in:
Geoff Bourne
2023-08-12 19:56:18 -05:00
committed by GitHub
parent 1cc0c8a0fc
commit 9eb1fbaf1f
6 changed files with 15 additions and 10 deletions
+19
View File
@@ -0,0 +1,19 @@
version: '3.8'
services:
mc:
image: itzg/minecraft-server
environment:
EULA: "true"
TYPE: FORGE
VERSION: 1.15.2
MODS_FILE: /extras/mods.txt
REMOVE_OLD_MODS: "true"
ports:
- "25565:25565"
volumes:
- data:/data
- ./mods.txt:/extras/mods.txt:ro
volumes:
data: