Update docker-compose.yml
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5s

This commit is contained in:
2026-03-16 19:58:09 +00:00
parent 2fc959a1ee
commit 81b69770c6

View File

@@ -13,14 +13,15 @@ services:
- JAVA_MIN_MEM=1G - JAVA_MIN_MEM=1G
volumes: volumes:
- bta-server-world:/server/world - bta-server-world:/server/world
- bta-server-config:/server/config
networks: networks:
- bta-network - bta-network
tty: true tty: true
stdin_open: true stdin_open: true
volumes: volumes:
bta-server-world: bta-server-world:
bta-server-config:
networks: networks:
bta-network: bta-network: