switch to amazon corretto
All checks were successful
Minecraft Java Image / build-and-push (push) Successful in 24s

This commit is contained in:
2025-11-07 10:02:48 -05:00
parent e038672457
commit 5f0e0b41f7
4 changed files with 19 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ get-server:
@podman run \
-it \
--rm \
-e SERVER_VERSION=1.21.7 \
-e SERVER_VERSION=1.21.10 \
-v $(PWD)/world:/downloads \
--security-opt label=disable \
--userns keep-id \
@@ -22,3 +22,7 @@ get-server:
.PHONY: run
run:
docker compose -f compose.yaml up minecraft
.PHONY: stop
stop:
docker compose -f compose.yaml down