Files
meshing-around/script/docker/README.md
2025-11-06 22:02:47 -08:00

16 lines
487 B
Markdown

# How do I use this thing?
This is not a full turnkey setup for Docker yet?
`docker pull ghcr.io/spudgunman/meshing-around:main`
`docker network create meshing-around-network`
`docker compose run meshtasticd`
`docker compose run meshing-around`
`docker compose run debug-console`
`docker compose run ollama`
`docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=http://127.0.0.1:11434 -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main`