docker-compose icon indicating copy to clipboard operation
docker-compose copied to clipboard

Nextcloud

Open RottenKid opened this issue 4 years ago • 2 comments

Hello,

Thanks for the amazing help with your repo! I'm trying to migrate from Traefik 1.7 to 2.2 (fresh install server) and one of the migration steps is nextcloud. After using the YML from your repo for nextcloud I'm not able to get the container to use the SSL certificate from Traefik instead of the one from Linuxserver.io. Do you have any pointers? Thanks a lot!

RottenKid avatar May 08 '20 14:05 RottenKid

@RottenKid Did you ever have any luck figuring out this issue? I'm having the same problem

erlenmeyer316 avatar Oct 27 '20 14:10 erlenmeyer316

@erlenmeyer316 ended up using traefik-certs-dumper (ldez/traefik-certs-dumper) and then I changed the following line in the nginx file:

ssl_certificate /certs/output/certs/cert.crt; ssl_certificate_key /certs/output/private/cert.key;

RottenKid avatar Oct 27 '20 14:10 RottenKid