Filip Blašković
10/27/2023, 11:13 AMdocker run --pull always -p 8000:8000 treeverse/lakefs run --local-settings
. I can access the web service through 127.0.0.1:8000 when I am logged into the remote server. However, I would like to access it using http://<remote_IP> from any machine that is in the same network as the remote server which I am currently unable to do. I tried different settings of LakeFS environment variables when running the docker command but nothing worked. Any ideas on how to solve this? Thanks!Itai Admi
10/27/2023, 1:59 PMFilip Blašković
10/28/2023, 1:16 PMItai Admi
10/30/2023, 8:34 AMFilip Blašković
10/31/2023, 8:33 AMdocker run --pull always -p 80:8000 treeverse/lakefs run --local-settings
. So 80:8000 instead of 8000:8000. I am still not sure why it couldn't work the first way though.