Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
515 stars 156 forks source link

Docker install pb mysql #449

Closed victorc32 closed 4 years ago

victorc32 commented 4 years ago

hi , Thanks for your code. I was installed in docker container, but i have a problem, flightairmap container can not connect to mysql . I was this message:

Error : error : SQLSTATE[HY000] [1130] Host '172.19.0.3' is not allowed to connect to this MySQL server I was check docker compose and file may ok ... An idea ?

Victor.

victorc32 commented 4 years ago

For information , pb was that mysql server was started but volumes was generated errors . after delete volumes in docker compose, all is good.

Victor.

victorc32 commented 4 years ago

close issue