use bitnami java image
Some checks failed
Minecraft Java Image / build-and-push-ddns (push) Failing after 15s

This commit is contained in:
2025-07-16 00:10:09 -04:00
parent ed6638cebf
commit c1ca80b09b
3 changed files with 18 additions and 10 deletions

15
compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
minecraft:
image: localhost/minecraft:latest
stdin_open: true
tty: true
volumes:
- ./world:/mc_data
ports:
- 25565:25565
environment:
- MAX_RAM=1
- MIN_RAM=1
security_opt:
- "label=disable"
userns_mode: keep-id