mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-06-12 13:29:44 +00:00
misc: organize more of examples into subdirs as compose projects (#3608)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
environment:
|
||||
EULA: "true"
|
||||
TYPE: PAPER
|
||||
VERSION: 1.19.3
|
||||
MODRINTH_PROJECTS: "coreprotect"
|
||||
MODRINTH_ALLOWED_VERSION_TYPE: "release"
|
||||
volumes:
|
||||
- ./data:/data
|
||||
Reference in New Issue
Block a user