Skip to content

Instantly share code, notes, and snippets.

@TalhaMangarah
Created August 17, 2021 22:37
Show Gist options
  • Save TalhaMangarah/474c602418bfe08258203478e31569be to your computer and use it in GitHub Desktop.
Save TalhaMangarah/474c602418bfe08258203478e31569be to your computer and use it in GitHub Desktop.
jfa-go docker compose v3
version: '3'
services:
jfago:
image: 'hrfee/jfa-go:latest'
restart: unless-stopped
ports:
- '8056:8056'
# - '8057:8057' used for tls
volumes:
- /path/to/config/jfa-go:/data
- /path/to/jellyfin:/jf
- /etc/localtime:/etc/localtime:ro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment