Update docker-compose.yml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -9,12 +9,15 @@ services:
|
||||
- "25565:25565"
|
||||
entrypoint: ["/server/entrypoint.sh"]
|
||||
environment:
|
||||
- JAVA_MAX_MEM=2G
|
||||
- JAVA_MAX_MEM=8G
|
||||
- JAVA_MIN_MEM=1G
|
||||
volumes:
|
||||
- bta-server-world:/server/world
|
||||
networks:
|
||||
- bta-network
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
||||
|
||||
volumes:
|
||||
bta-server-world:
|
||||
|
||||
Reference in New Issue
Block a user