Fix CrateDB port in docker compose file (#5667)
This commit is contained in:
parent
b092aec103
commit
346ac519b6
|
@ -90,7 +90,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "4200:4200"
|
- "4200:4200"
|
||||||
- "4230:4230"
|
- "4230:4230"
|
||||||
- "5432:5432"
|
- "6543:5432"
|
||||||
command:
|
command:
|
||||||
- crate
|
- crate
|
||||||
- -Cnetwork.host=0.0.0.0
|
- -Cnetwork.host=0.0.0.0
|
||||||
|
|
Loading…
Reference in New Issue