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