mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added etherpad
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# etherpad
|
||||
|
||||
[website](https://etherpad.org/)
|
||||
|
||||
Etherpad is a highly customizable open source online editor providing collaborative editing in really real-time.
|
||||
|
||||
TODO: this looks like a great project.
|
||||
@@ -0,0 +1 @@
|
||||
services:
|
||||
@@ -0,0 +1 @@
|
||||
services:
|
||||
@@ -0,0 +1 @@
|
||||
# Global
|
||||
+1
-1
@@ -22,4 +22,4 @@ podman exec -it ollama ollama run llama3
|
||||
this worked:
|
||||
```bash
|
||||
docker run -d -p 3000:8080 --gpus all --add-host=host.docker.internal:host-gateway -v webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:cuda
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user