docker-compose restart connection pool full

后端 未结 4 2727
我寻月下人不归
我寻月下人不归 2021-02-20 02:28

My team and I are converting some of our infrastructure to docker using docker-compose. Everything appears to be working great the only issue I have is doing a restart it gives

4条回答
  •  名媛妹妹
    2021-02-20 03:04

    You can try reset network pool before deploy

    $ docker network prune
    

    Docks here: https://docs.docker.com/engine/reference/commandline/network_prune/

提交回复
热议问题