valeriansaliou / raider

🐎 Affiliates dashboard. Used by affiliates to generate tracking codes and review their balance.
https://crates.io/crates/raider-server
Mozilla Public License 2.0
146 stars 31 forks source link

docker run -- Can't connect to MySql #11

Closed zigomi closed 9 months ago

zigomi commented 9 months ago
$ git clone <...>
$ docker build -t raider .
$ docker run -p 8080:8080 -v ./config.cfg:/etc/raider.cfg raider
(ERROR) - Can't connect to MySQL server on '127.0.0.1' (115)
(ERROR) - Can't connect to MySQL server on '127.0.0.1' (115)
(ERROR) - Can't connect to MySQL server on '127.0.0.1' (115)
(ERROR) - Can't connect to MySQL server on '127.0.0.1' (115)
...........

Does a DB have to be set up first? This isn't mentioned in the readme.