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
zardzul 8c462db8b4
Restart Server / restart-server (push) Successful in 54s
added op, dynmap configuration
2026-02-24 19:11:32 +01:00

12 lines
248 B
YAML

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