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
They should both work. This part basically says if there is no value defined for XAUTHORITY then use the default of ${HOME}/.Xauthority instead:
${XAUTHORITY:-${HOME}/.Xauthority}
You've just replaced this with ${XAUTHORITY} which still works in your case, but the version above is a more general solution that works on both Linux and macOS.
In Section Manually running with docker run commands there seems to be a typo with the XAUTHORITY volume:
This works:
The text was updated successfully, but these errors were encountered: