mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-04 01:39:44 +00:00
Allow for multiple patterns in REMOVE_OLD_MODS_INCLUDE/EXCLUDE (#1637)
This commit is contained in:
@@ -3,13 +3,16 @@ version: "3"
|
||||
services:
|
||||
mc:
|
||||
# Only using IMAGE variable to allow for local testing
|
||||
image: ${IMAGE:-itzg/minecraft-server}
|
||||
image: itzg/minecraft-server
|
||||
# image: ${IMAGE:-itzg/minecraft-server}
|
||||
ports:
|
||||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
TYPE: SPIGOT
|
||||
SPIGET_RESOURCES: 34315,3836
|
||||
# SPIGET_RESOURCES: 34315,3836
|
||||
SPIGET_RESOURCES: ""
|
||||
REMOVE_OLD_MODS: "true"
|
||||
volumes:
|
||||
- data:/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user