diff --git a/compose.yaml b/compose.yaml index 8fbe4fc..4c937d7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,7 @@ services: truenas-mcp: build: - context: . + context: /mnt/ssd/apps/mcp/truenas dockerfile: Dockerfile container_name: truenas-mcp restart: unless-stopped @@ -15,4 +15,4 @@ services: TRUENAS_ENABLE_DESTRUCTIVE_OPS: "false" TRUENAS_LOG_LEVEL: "INFO" volumes: - - ./config.json:/app/config.json:ro + - /mnt/ssd/apps/mcp/truenas/config.json:/app/config.json:ro