fix docker image building

This commit is contained in:
zardzul
2026-02-13 10:43:32 +01:00
parent b80687f67d
commit 6abee7cb51
7 changed files with 46 additions and 45 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
ironveil:
image: ${{ secrets.GIT_HOST }}/${{ github.repository }}:latest
container_name: ironveil
volumes:
- ./world:/server/world
ports:
- "25565:25565"
- "25575:25575"
restart: unless-stopped