diff --git a/opsec/openwebuilocalllms/index.html b/opsec/openwebuilocalllms/index.html index 970c60d..09acc6f 100644 --- a/opsec/openwebuilocalllms/index.html +++ b/opsec/openwebuilocalllms/index.html @@ -332,7 +332,7 @@ If you want to expose Open WebUI via Tor to access it remotely, you should have
Install Docker from Debian repositories using apt. After installation, add your user to the docker group:
-oxeo@andromeda:~$ sudo apt install docker.io
+oxeo@andromeda:~$ sudo apt install docker.io docker-compose
oxeo@andromeda:~$ sudo /sbin/usermod -aG docker oxeo
oxeo@andromeda:~$ sudo systemctl enable docker
@@ -508,7 +508,7 @@ volumes:
To start the stack:
oxeo@andromeda:~$ cd ~/openwebui-stack
-oxeo@andromeda:~/openwebui-stack$ docker compose up -d
+oxeo@andromeda:~/openwebui-stack$ docker-compose up -d
Once that's done, we can restart the container and go to Open WebUI GUI administrator settings once again. -
oxeo@andromeda:~$ docker compose down; docker compose up -d
+oxeo@andromeda:~$ docker-compose down; docker-compose up -d