Update docker-compose.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-02-11 16:45:46 +00:00
parent 4df3ee891e
commit 299275bf2f

View File

@@ -9,12 +9,15 @@ services:
- "25565:25565" - "25565:25565"
entrypoint: ["/server/entrypoint.sh"] entrypoint: ["/server/entrypoint.sh"]
environment: environment:
- JAVA_MAX_MEM=2G - JAVA_MAX_MEM=8G
- JAVA_MIN_MEM=1G - JAVA_MIN_MEM=1G
volumes: volumes:
- bta-server-world:/server/world - bta-server-world:/server/world
networks: networks:
- bta-network - bta-network
tty: true
stdin_open: true
volumes: volumes:
bta-server-world: bta-server-world: