Huginn - docker install

Huginn is a website/RSS scraping tool, that I use to feed the stuff that I want into NewsBlur (via an RSS feed), when it's more inconvenient of impossible to do this directly.

I've installed it via docker (it doesn't need external access as its role is to feed into NewsBlur, much like nitter)

version: '3.5'
services:
  huginn:
    image: huginn/huginn
    container_name: huginn
    restart: unless-stopped
    ports:
      - 4750:3000
    volumes:
      - /home/docker/huginn/config:/var/lib/mysql