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
For some reason, container names will get randomly prefixed with some kind of internal hash or ID as shown in the following screenshots:
The only way that I have found to resolve this issue is to:
Omit the /store volume/bind mount in compose.yaml
Destroy the WUD container and redeploy
After performing these two steps, the container names render correctly:
This issue has been happening for a while now, but I've been performing the steps above as a workaround thinking that it was just a bug that would get fixed eventually. I also assumed that someone may have already reported the issue, but just searched and couldn't find the issue reported anywhere. As a result, I decided to report the issue to bring awareness to the bug.
I couldn't seem to find a cause or pattern when this happens. It just seems to happen randomly.
The text was updated successfully, but these errors were encountered:
For some reason, container names will get randomly prefixed with some kind of internal hash or ID as shown in the following screenshots:
The only way that I have found to resolve this issue is to:
/store
volume/bind mount incompose.yaml
After performing these two steps, the container names render correctly:
This issue has been happening for a while now, but I've been performing the steps above as a workaround thinking that it was just a bug that would get fixed eventually. I also assumed that someone may have already reported the issue, but just searched and couldn't find the issue reported anywhere. As a result, I decided to report the issue to bring awareness to the bug.
I couldn't seem to find a cause or pattern when this happens. It just seems to happen randomly.
The text was updated successfully, but these errors were encountered: