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 155b623901
Deploy to Production / deploy-to-production (push) Successful in 28s
add changes to push files to server
2026-02-20 18:04:00 +01:00

10 lines
189 B
YAML

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