Skip to content

Instantly share code, notes, and snippets.

@H7-25
Created February 11, 2021 22:21
Show Gist options
  • Save H7-25/c3a36edcbc022200a8ce319660a23af0 to your computer and use it in GitHub Desktop.
Save H7-25/c3a36edcbc022200a8ce319660a23af0 to your computer and use it in GitHub Desktop.
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