docker-compose
docker-compose copied to clipboard
Nextcloud
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 Did you ever have any luck figuring out this issue? I'm having the same problem
@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;