misc: organize more of examples into subdirs as compose projects (#3608)

This commit is contained in:
Geoff Bourne
2025-08-10 09:06:58 -05:00
committed by GitHub
parent 5bd6287f52
commit 2fbc804f3e
31 changed files with 0 additions and 176 deletions

View 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: {}