joeldg / bh_docker

Bowhead docker build
4 stars 5 forks source link

Connection refused [tcp://xxxxxx:6379] #3

Open OlyRice opened 6 years ago

OlyRice commented 6 years ago

I am trying to setup Bowhead using Docker on my Mac, I have gone through the setup process but whenever I try to run php artisan bowhead commands I get the following:

In AbstractConnection.php line 155: Connection refused [tcp://xxxx:6379]

Any ideas on how to fix this issue. Do I have to open ports for example?

I am using the following instructions to install the software

docker pull joeldg/bowhead

docker run -d -p 8080:8080 joeldg/bowhead

Bloodhunter4rc commented 6 years ago

having the same issue seems it cant connect to redis

gbwx-net commented 6 years ago

I have the same issue, I believe redis is not installing on the Docker Try: pecl channel-update pecl.php.net pecl install redis