Set RestartPolicy to "no"
Niklan opened this issue · 0 comments
Niklan commented
Currently, xhprof container starts with a system.
Container with xhprof contains this value (docker inpsect CONTAINER_ID
):
…
"RestartPolicy": {
"Name": "always",
"MaximumRetryCount": 0
},
…
This leads to situation, when each xhprof container autostart with a system. Others containers doesn't do such thing.
Previously I though this is related to container name (wodby/docker4drupal#428), but no, this problem still exists in the new version.