Fix CrateDB port in docker compose file (#5667)

This commit is contained in:
David McKay 2019-04-02 19:51:40 +01:00 committed by Daniel Nelson
parent b092aec103
commit 346ac519b6
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ services:
ports:
- "4200:4200"
- "4230:4230"
- "5432:5432"
- "6543:5432"
command:
- crate
- -Cnetwork.host=0.0.0.0