Skip to content

Commit

Permalink
Fix CrateDB port in docker compose file (influxdata#5667)
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode authored and Jean-Louis Dupond committed Apr 22, 2019
1 parent bc0f7f0 commit 2d83720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
ports:
- "4200:4200"
- "4230:4230"
- "5432:5432"
- "6543:5432"
command:
- crate
- -Cnetwork.host=0.0.0.0
Expand Down

0 comments on commit 2d83720

Please sign in to comment.