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.
zardzul b80687f67d
Deploy to Production / deploy-to-production (push) Has been cancelled
Build and Publish Docker Image / build-and-push (push) Failing after 36s
Restart Server / restart-server (push) Failing after 22s
Merge pull request 'revamp build' (#2) from feature/new-config into main
Reviewed-on: #2
2026-02-12 10:18:18 +00:00
2026-02-12 11:16:24 +01:00
2026-02-10 21:12:14 +01:00
2026-02-10 21:12:14 +01:00
2026-02-10 21:12:14 +01:00
2026-02-10 21:12:14 +01:00

Ironveil minecraft server

To build this image you need:

Build the image with the following command:

docker build -t ironveil:{TAG} .

Replace {TAG} with the version you want to use, for example 1.0.0.

To run the container, use the following command:

docker run -d -p 25565:25565 -p 25575:25575 --name ironveil ironveil:{TAG}

An example docker compose file is provided in the compose-example directory. You can use it to run the container with docker-compose. Make sure to adjust the volume paths if needed.

Publishing is done automatically on a tag creation.

S
Description
Ironveil server configuration.
Readme 71 KiB
v0.1.8 Latest
2026-02-26 11:26:53 +00:00
Languages
Dockerfile 100%