julianpoy/RecipeSage-selfhost

docker compose for synology - small errors

Closed this issue · 1 comments

Hi,
I found two small issues in the instruction for installing this nice software on a synology nas.

  1. In den docker-compose.yml there are two character missing:
    IS: postgresdata:/var/lib/postgresql/data
    SHOULD: - postgresdata:/var/lib/postgresql/data
    IS: typesensedata:/data
    SHOULD: - typesensedata:/data
  2. In the SETUP-SYNOLOGY.md the images in step 2 and 3 are the same. I would assume the image in step 3 should be "synology-new-project.png"

My Git skills are just not existing, so I can not create a MR. Sorry for that. Thanks for this nice software.

Regards
Skar

Thanks for the issue!

I've fixed the first in a657459

I've fixed the second in cdca16f