docker-compose wordpress mysql connection refused

后端 未结 6 1023
轮回少年
轮回少年 2021-01-01 12:52

I\'ve created a small docker-compose.yml which used to work like a charm to deploy small WordPress instances. It looks like this:

wordpress:
  i         


        
6条回答
  •  悲哀的现实
    2021-01-01 13:25

    I had almost same problem, but just restarting the Wordpress container saved me:

    $ docker restart wordpress
    

    I hope this help many people.

提交回复
热议问题