OpsIG_MinecraftServer/docker-compose.yaml

18 lines
219 B
YAML
Raw Normal View History

2023-02-13 20:37:11 -05:00
version: '2'
services:
minecraft:
container_name: opsig_minecraft
build: .
volumes:
- "./data:/minecraft"
2023-02-13 20:37:11 -05:00
ports:
- "25565:25565"
stdin_open: true
tty: true
2023-02-13 20:37:11 -05:00
restart: always