|
I just installed Budibase on my Ubuntu 22.04 machine. Where possible, I installed software from the official Ubuntu repository. The installation process seemed successful. After issuing "sudo docker-compose --env-file hosting.properties up" I get several error messages: The service seems to be up and running since it keeps printing litellm-service_1 | INFO: 127.0.0.1:39062 - "GET /health/liveliness HTTP/1.1" 200 OK however, it never answers on localhost:10000. Francesco |
Replies: 1 comment
|
Got it! I just had to remove the docker volumes from the previous run. |
Got it! I just had to remove the docker volumes from the previous run.