mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-05-08 21:15:24 +00:00
misc: organize more of examples into subdirs as compose projects (#3608)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
TYPE: FABRIC
|
||||
MODRINTH_PROJECTS: fallingtree
|
||||
volumes:
|
||||
- data:/data
|
||||
|
||||
volumes:
|
||||
data: {}
|
||||
Reference in New Issue
Block a user