Update docker-compose.yml
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user