You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a clean minimal CentOS 7 image with no selinux/firewalls, and only docker/docker-compose/git+essentials installed, the following error is thrown when doing docker-compose up
This happens with the default docker-compose.yml
servicebot_1 | /usr/src/app/bin/wait-for-it.js:3
servicebot_1 | if (err) throw new Error(err);
servicebot_1 | ^
servicebot_1 |
servicebot_1 | Error: Error: out of retries
servicebot_1 | at /usr/src/app/bin/wait-for-it.js:3:20
servicebot_1 | at tryToConnect (/usr/src/app/node_modules/wait-for-port/index.js:42:40)
servicebot_1 | at retry (/usr/src/app/node_modules/wait-for-port/index.js:35:5)
servicebot_1 | at Timeout. (/usr/src/app/node_modules/wait-for-port/index.js:50:37)
servicebot_1 | at ontimeout (timers.js:427:11)
servicebot_1 | at tryOnTimeout (timers.js:289:5)
servicebot_1 | at listOnTimeout (timers.js:252:5)
servicebot_1 | at Timer.processTimers (timers.js:212:10)
servicebotdeploy_servicebot_1 exited with code 1
Would greatly appreciate if someone could tell me why it dies :-) The database docker img launches fine.
The text was updated successfully, but these errors were encountered:
On a clean minimal CentOS 7 image with no selinux/firewalls, and only docker/docker-compose/git+essentials installed, the following error is thrown when doing docker-compose up
This happens with the default docker-compose.yml
servicebot_1 | /usr/src/app/bin/wait-for-it.js:3
servicebot_1 | if (err) throw new Error(err);
servicebot_1 | ^
servicebot_1 |
servicebot_1 | Error: Error: out of retries
servicebot_1 | at /usr/src/app/bin/wait-for-it.js:3:20
servicebot_1 | at tryToConnect (/usr/src/app/node_modules/wait-for-port/index.js:42:40)
servicebot_1 | at retry (/usr/src/app/node_modules/wait-for-port/index.js:35:5)
servicebot_1 | at Timeout. (/usr/src/app/node_modules/wait-for-port/index.js:50:37)
servicebot_1 | at ontimeout (timers.js:427:11)
servicebot_1 | at tryOnTimeout (timers.js:289:5)
servicebot_1 | at listOnTimeout (timers.js:252:5)
servicebot_1 | at Timer.processTimers (timers.js:212:10)
servicebotdeploy_servicebot_1 exited with code 1
Would greatly appreciate if someone could tell me why it dies :-) The database docker img launches fine.
The text was updated successfully, but these errors were encountered: