Hi all !

Im new with docker. I really want to install TTRSS and want to know if i can find a easy step-by-step installation on a synology.

I try docker compose but i receive error (persmissionError 13). So, if i can find a step-by-step, i will really enjoy it.

Thanks for your help.
GiLLiGaN

Hi.
Where do you get permissionError?
What did you try?

Hi Toby
I modify the docker-compose.yml and put that on /docker/ttrss
After im log in with ssh and go in /docker/ttrss and do : docker-compose up

And i receive the error :slightly_frowning_face:

Are you using a directory?
I think you forgot /volume1(2,x) .
For example, if you use a /docker/ttrss on the NAS as a volume

 volumes:
      - db:/var/lib/postgresql/data`

not set

 volumes:
      - /docker/ttrs/db:/var/lib/postgresql/data`

Set

volumes:
      - /volume1/docker/ttrss/db:/var/lib/mysql

The directory must exist on the NAS.

I clone the ttrss-docker-compose.git -
copy .env-dist to .env
modify the localhost.
Create an Reverse proxy and ist works on 415+.

Thanks Toby ! I will try tonight :slight_smile: