Created
October 19, 2023 11:05
-
-
Save d4vidsha/22b808a3a8e9d85374be574e7e5dc3b2 to your computer and use it in GitHub Desktop.
Jellyfin Docker compose file.
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: '3' | |
services: | |
app: | |
image: 'jc21/nginx-proxy-manager:latest' | |
ports: | |
- '80:80' | |
- '81:81' | |
- '443:443' | |
volumes: | |
- ./data/:/data/ | |
- ./letsencrypt/:/etc/letsencrypt/ | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment