We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.0.98
docker image does not start
binance-bot | {"name":"binance-api","version":"0.0.98","hostname":"7547c8d8395b","pid":25,"level":30,"NODE_ENV":"production","msg":"API logger loaded","time":"2024-08-19T04:34:34.119Z","v":0} binance-bot | error : Error: Missing migration file: 1664194720480-add-multiple-tradingviews.js binance-bot | Error: Missing migration file: 1664194720480-add-multiple-tradingviews.js binance-bot | at /srv/node_modules/migrate/lib/load-migrations.js:57:44 binance-bot | at Array.forEach () binance-bot | at /srv/node_modules/migrate/lib/load-migrations.js:55:44 binance-bot | at FSReqCallback.oncomplete (fs.js:180:23)
Image is starting successfully
The text was updated successfully, but these errors were encountered:
This resolved a problem
$ docker-compose -f docker-compose.server.yml down -v $ docker-compose -f docker-compose.server.yml pull $ docker-compose -f docker-compose.server.yml up -d
Sorry, something went wrong.
No branches or pull requests
Version
0.0.98
Description
docker image does not start
To Reproduce
binance-bot | {"name":"binance-api","version":"0.0.98","hostname":"7547c8d8395b","pid":25,"level":30,"NODE_ENV":"production","msg":"API logger loaded","time":"2024-08-19T04:34:34.119Z","v":0}
binance-bot | error : Error: Missing migration file: 1664194720480-add-multiple-tradingviews.js
binance-bot | Error: Missing migration file: 1664194720480-add-multiple-tradingviews.js
binance-bot | at /srv/node_modules/migrate/lib/load-migrations.js:57:44
binance-bot | at Array.forEach ()
binance-bot | at /srv/node_modules/migrate/lib/load-migrations.js:55:44
binance-bot | at FSReqCallback.oncomplete (fs.js:180:23)
Expected Behaviours
Image is starting successfully
The text was updated successfully, but these errors were encountered: