RabbitMQ突然停止在Docker中工作

时间:2018-12-28 10:04:03

标签: docker docker-compose rabbitmq

我在运行docker-compose up时遇到此错误

fun showBackButton() {
    if (activity is MainActivity) {
        (activity as MainActivity).supportActionBar?.setDisplayHomeAsUpEnabled(true)

    }
}

昨天所有工作人员都很好,我没有更改docker-compose文件中的任何内容,这里是:

{
    "values": [
        ["post - content", "post - image link", "post - title name"],
        ["post - content", "post - image link", "post - title name"],
        ["post - content", "post - image link", "post - title name"],
        ["post - content", "post - image link", "post - title name"],
        ["post - content", "post - image link", "post - title name"],
        ["post - content", "post - image link", "post - title name"]
......
    ]
}

我尝试删除“:rw”,尝试使用“:ro”,但没有任何效果,我被卡住了。有谁知道该怎么办?

1 个答案:

答案 0 :(得分:1)

您应映射:  /var/lib/rabbitmq/mnesia而不是/var/lib/rabbitmq

这应该可以解决问题