mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-08 06:38:53 +00:00
misc: organize more of examples into subdirs as compose projects (#3608)
This commit is contained in:
15
examples/mohist/compose.yml
Normal file
15
examples/mohist/compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
mc:
|
||||
image: itzg/minecraft-server
|
||||
ports:
|
||||
- "25565:25565"
|
||||
environment:
|
||||
EULA: "TRUE"
|
||||
TYPE: MOHIST
|
||||
VERSION: 1.12.2
|
||||
DEBUG: "true"
|
||||
volumes:
|
||||
- data:/data
|
||||
|
||||
volumes:
|
||||
data: {}
|
||||
Reference in New Issue
Block a user