You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have setup matomo using docker. The container is running fine until at some point we get the message: "caught SIGWINCH, shutting down gracefully"
This message is coming from apache.
SIGWINCH is usually the signal sent by Terminal when the window resizes.
What should happen?
Ideally, The container should keep running. Not sure why apache is receiving signal SIGWINCH.
How can this be reproduced?
It should be reproduced by simply running the matomo container in detached mode in docker.
Matomo version
5.0.3
The text was updated successfully, but these errors were encountered:
What happened?
We have setup matomo using docker. The container is running fine until at some point we get the message: "caught SIGWINCH, shutting down gracefully"
This message is coming from apache.
SIGWINCH is usually the signal sent by Terminal when the window resizes.
What should happen?
Ideally, The container should keep running. Not sure why apache is receiving signal SIGWINCH.
How can this be reproduced?
It should be reproduced by simply running the matomo container in detached mode in docker.
Matomo version
5.0.3
The text was updated successfully, but these errors were encountered: