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
{{ message }}
This repository was archived by the owner on Aug 27, 2023. It is now read-only.
Unfortunately I have no idea why this would be failing. I just tried it again and those exact commands work fine on my machine (Ubuntu 20.04, Docker version 20.10.9, docker-compose version 1.29.2). I would recommend trying to get a minimal repro, perhaps with a base ubuntu image or without using docker-compose at all. Then you can report the issue to docker or docker-compose, depending on where the problem seems to originate.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For an unknow reason, if I clone this repo, and execute the following command without any change:
I got the following error:
pypicloud_1 | sh: 1: /wait-for: not found pypicloud_1 exited with code 127
I've try a lot of things to make it works, I end up using
restart: on-failure
to skip thewait-for
.Here my final setup:
Did someone know why the
wait-for
isn't working and how to make it works?The weirdest part is while using:
It did found it:
compose-pypicloud-1 | -rwxrwxrwx 1 root root 2.8K Oct 13 14:42 /wait-for
The text was updated successfully, but these errors were encountered: