Unable to extrapolate the hostname when running in Docker context #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@nstephenh Feel free to elaborate.
When running in a docker context,
threetwo-ui'syarn runcommand results in the hostname not been accessible from the host, with this:Specifically it doesn't appear to be that the webui is accessible from devices other than localhost, but there could be something else wrong with my setup. Are you able to access it from across the network running from source?
From docker, I wouldn't expect even the host computer for the docker container would be able to access it unless the proxy network forwards traffic from localhost.
My test setup is running the
docker-composethreetwostack on Unraid, and past that I useunraidIP:<threetwo-ui-port>to access the UIWorking now!