Skip to content

Instantly share code, notes, and snippets.

@d4vidsha
Created October 19, 2023 11:05
Show Gist options
  • Save d4vidsha/22b808a3a8e9d85374be574e7e5dc3b2 to your computer and use it in GitHub Desktop.
Save d4vidsha/22b808a3a8e9d85374be574e7e5dc3b2 to your computer and use it in GitHub Desktop.
Jellyfin Docker compose file.
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