Docker port already in use #3416
-
Hi, I'm trying to install LocalAI on a vps that already has Nextcloud installed. I cannot instal LocalAI because the port is already in use. Any help greatly appreciated. LocalAI version: Environment, CPU architecture, OS, and Version: Describe the bug Status: Downloaded newer image for localai/localai:latest-aio-cpu To Reproduce Expected behavior Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just change the port to 8081 or something |
Beta Was this translation helpful? Give feedback.
Just change the port to 8081 or something
for your command:
docker run -p 8081:8080 --name local-ai -ti localai/localai:latest-aio-cpu