When I use docker-compose up command, there is a problem with foodtrucks_web_1 and I don't know why.
web_1 | /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.6) or chardet (3.0.4) doesn't match a supported version!web_1 | RequestsDependencyWarning)web_1 | Unable to connect to ES. Retrying in 5 secs...web_1 | Unable to connect to ES. Retrying in 5 secs...web_1 | Unable to connect to ES. Retrying in 5 secs...web_1 | Out of retries. Bailing out...foodtrucks_web_1 exited with code 1
It just fails to create a container for FoodTrucks for me.
I am using Ubuntu vm in VirtualBox of a Windows 10 Environment.
Please help, thank you.
When I use
docker-compose up
command, there is a problem with foodtrucks_web_1 and I don't know why.web_1 | /usr/local/lib/python3.6/dist-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.26.6) or chardet (3.0.4) doesn't match a supported version!
web_1 | RequestsDependencyWarning)
web_1 | Unable to connect to ES. Retrying in 5 secs...
web_1 | Unable to connect to ES. Retrying in 5 secs...
web_1 | Unable to connect to ES. Retrying in 5 secs...
web_1 | Out of retries. Bailing out...
foodtrucks_web_1 exited with code 1
It just fails to create a container for FoodTrucks for me.I am using Ubuntu vm in VirtualBox of a Windows 10 Environment. Please help, thank you.