This repository has been archived on 2026-05-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
minecraft-server-ironveil/docker-compose.yml
T
zardzul 4f3fe4ed5a
Deploy to Production / deploy-to-production (push) Successful in 24s
switch ports, use java 21
2026-02-20 18:10:44 +01:00

10 lines
187 B
YAML

services:
ironveil:
build: .
container_name: ironveil
volumes:
- ./world:/server/world
ports:
- "5101:25565"
- "5201:25575"
restart: unless-stopped