ide icon indicating copy to clipboard operation
ide copied to clipboard

phpliteadmin does not open in offline mode

Open MarijnDoeve opened this issue 4 years ago • 0 comments

When opening a file like finance.db I got an infinite spinner.

After further invertigation I got the following:

~/finance-2020/ $ phpliteadmin finance.db 
Running phpLiteAdmin at http://172.17.0.2:8082/?password=CW0IuGwRQ1oTomxB
Exit with ctrl-c...

Apparently, it tries to open http://172.17.0.2:8082 which is the internal IP of the docker-container. Opening http://127.0.0.1:8082 does work correctly.

Things like flask run work correctly.

Docker Desktop for macOS 3.0.4 macOS 11.1 ide50 1.0.4 Safari 14.0.2 / Brave 1.18.78

MarijnDoeve avatar Jan 13 '21 13:01 MarijnDoeve