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,15 +13,16 @@ services:
- JAVA_MIN_MEM=1G
volumes:
- bta-server-world:/server/world
- bta-server-config:/server/config
networks:
- bta-network
tty: true
stdin_open: true
volumes:
bta-server-world:
bta-server-config:
networks:
bta-network:
driver: bridge
driver: bridge