mirror of
https://github.com/latinogino/dolibarr-mcp.git
synced 2026-04-24 02:25:35 +02:00
Improve Docker Compose defaults and docs
This commit is contained in:
@@ -80,10 +80,10 @@ Include this value when filing issues or investigating user reports.
|
||||
Container assets live in `docker/`:
|
||||
|
||||
- `Dockerfile` – production-ready image for the MCP server
|
||||
- `docker-compose.yml` – local stack that spins up Dolibarr together with the MCP server
|
||||
- `../docker-compose.yml` – compose file for the MCP server and optional checks
|
||||
|
||||
Build and run the container locally with:
|
||||
|
||||
```bash
|
||||
docker compose -f docker/docker-compose.yml up --build
|
||||
docker compose up --build
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user