Run Traefik in Docker on SynologyDSM?

Looking for any examples or guidance on setting up Traefik (latest) in docker on Synology DSM (latest) as RP for everything inside synology dockers and outside synology dockers. LOVE the idea, not sure I can make it work.

Just getting started but having trouble getting traefik to even start because synology nginx is using ports 80 and 443. Seems hard to change that for a nooby.

Help appreciated. Dave

You will probably have to stop synology nginx from using those ports and then read https://docs.traefik.io/ and check out https://docs.docker.com/compose/ docker-compose. The traefik container needs to bind ports 80 and 443 for ssl/http.