mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-18 14:58:22 +02:00
13 lines
227 B
YAML
13 lines
227 B
YAML
services:
|
|
minecraft:
|
|
image: itzg/minecraft-server
|
|
ports:
|
|
- "25565:25565"
|
|
environment:
|
|
EULA: "TRUE"
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
memory: 1.5G
|
|
volumes:
|
|
- "~/minecraft_data:/data"
|