How to Use Custom SSL when using Nginx

How to use Custom ssl using nginx in docker fly

I was follow this docker image

and how to add more 1 [mounts] in fly.toml because on instruction GitHub - serversideup/docker-php: šŸ³ Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more! must have volume in this dir and other volume for upload images

/etc/ssl/web/ssl.crt
/etc/ssl/web/ssl.key

this my nginx config :slight_smile:

    ssl_certificate /var/www/html/web/app/uploads/ssl/ssl.crt;
    ssl_certificate_key /var/www/html/web/app/uploads/ssl/ssl.key;

because volume can use 1 only