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/compose-file/docker-compose.yml
T
zardzul 67a4e4568d
Build and Publish Docker Image / build (push) Failing after 30s
change git host
2026-02-13 10:53:05 +01:00

10 lines
238 B
YAML

services:
ironveil:
image: git.cashew.network/${{ github.repository }}:latest
container_name: ironveil
volumes:
- ./world:/server/world
ports:
- "25565:25565"
- "25575:25575"
restart: unless-stopped