Docker Redis Connection refused

前端 未结 5 1229
情书的邮戳
情书的邮戳 2021-01-31 04:59

I\'m trying to access Redis server through the code and it\'s not connecting. But if i bash to the redis container i can access the redis-cli.

docker-compose.yml looks l

5条回答
  •  鱼传尺愫
    2021-01-31 05:28

    Just write your container name into host in your .env file. And run

    artisan config:cache 
    

提交回复
热议问题