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"
|
- "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:
|
||||||
|
|||||||
Reference in New Issue
Block a user