diff --git a/compose.yaml b/compose.yaml index 608f627..4e193ff 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: stdin_open: true tty: true environment: - - MC_LOADER=fabric + - MC_LOADER=paper - MC_VERSION=1.21.4 - JAVA_VERSION=temurin@21 - JAR=server.jar @@ -17,6 +17,8 @@ services: context: . volumes: - ./data:/data + ports: + - 25565:25565 deploy: resources: limits: