Last active
February 27, 2021 16:07
-
-
Save abhi-io/fa7a635412bca24e685a3a4189d27397 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├── Dockerfile <<<<<<< have to edit | |
├── Dockerfile.cuda | |
├── LICENSE | |
├── README.md | |
├── certs | |
│ ├── example.com.crt <<<<<<< have to edit | |
│ └── example.com.key <<<<<<< have to edit | |
├── docker-compose.yml | |
├── nginx-cuda.conf | |
├── nginx.conf <<<<<<< have to edit | |
└── static | |
├── crossdomain.xml | |
├── player.html | |
└── stat.xsl | |
####Add thies lines in Dockerfile to activate SSL | |
COPY certs/example.com.crt /etc/nginx/example.com.crt | |
COPY certs/example.com.key /etc/nginx/example.com.key | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment