Skip to content

Instantly share code, notes, and snippets.

View qhoekman's full-sized avatar

Quido Hoekman qhoekman

View GitHub Profile
@qhoekman
qhoekman / docker-compose.yaml
Last active May 31, 2024 20:52 — forked from bradp/setup.sh
New Mac Setup Script
version: "3.8"
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
ports:
- "6000:8080"
volumes:
- open-webui:/app/backend/data