Vue UI is not working through docker-compose Vue UI is not working through docker-compose docker docker

Vue UI is not working through docker-compose


Okay so I finally figured out what the issue was. After typing vue ui --help I looked at a list of options.

vue ui --headless --port 8000 --host 0.0.0.0

I experimented with starting the command this way and discovered that you want to run in headless mode and in particular the host has to be 0.0.0.0. By default it was localhost which does not work with docker!

I hope this helps someone else trying to use the UI in Docker!