Created
February 11, 2021 22:21
-
-
Save H7-25/c3a36edcbc022200a8ce319660a23af0 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
version: '2.2' | |
services: | |
nginx_proxy: | |
volumes: | |
- /etc/letsencrypt/live/technomix.it/fullchain.pem:/etc/nginx/certs/technomix.it.crt:ro | |
- /etc/letsencrypt/live/technomix.it/privkey.pem:/etc/nginx/certs/technomix.it.key:ro | |
stations: | |
volumes: | |
#- /etc/letsencrypt/live/technomix.it/fullchain.pem:/etc/nginx/certs/technomix.it.crt:ro | |
#- /etc/letsencrypt/live/technomix.it/privkey.pem:/etc/nginx/certs/technomix.it.key:ro | |
#- /etc/letsencrypt/live/technomix.it/icecast2.pem:/etc/icecast/certs/icecast2.pem:ro | |
- /etc/letsencrypt/live/technomix.it/icecast2.pem:/etc/icecast2/bundle.pem:ro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment