mirror of
https://github.com/itzg/mc-router.git
synced 2024-12-21 16:07:34 +01:00
depends_on for router (#98)
This commit is contained in:
parent
bc97b0ecbf
commit
becd3eb676
@ -12,6 +12,9 @@ services:
|
||||
TYPE: FORGE
|
||||
router:
|
||||
image: ${MC_ROUTER_IMAGE:-itzg/mc-router}
|
||||
depends_on:
|
||||
- forge
|
||||
- vanilla
|
||||
environment:
|
||||
# enable API
|
||||
API_BINDING: ":25564"
|
||||
|
Loading…
Reference in New Issue
Block a user