Replies: 1 comment 1 reply
-
Hi, looking at the docs, it seems you used the Here is the services:
mc:
image: itzg/minecraft-server
tty: true
stdin_open: true
ports:
- "49200:25565"
environment:
EULA: "TRUE"
TYPE: "MODRINTH"
MODRINTH_MODPACK: "shFhR8Vx" #Modrinth project ID
MODRINTH_VERSION: "SH0rTaJc" #specific version of project, in this case v25
MAX_PLAYERS: 2
MAX_MEMORY: "16G"
volumes:
- ./data:/data |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there! I don't know if this is the correct place to ask this but I'm getting an error if I try to setup BM2.
Here are the logs: https://pastebin.com/RuXn8FDH
and here's my
docker-compose.yml
:Reproduction steps
docker-compose.ym
as shown abovepodman-compose up -d
podman-compose logs -f
Does anyone know what I'm doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions