Updates for authentik config

This commit is contained in:
Marko Korhonen 2021-11-26 17:18:15 +02:00
parent 3702e12986
commit 5f84ac78a3
3 changed files with 5 additions and 1 deletions

View file

@ -10,6 +10,7 @@ services:
- "8096:8096"
networks:
- proxy
- authentik
restart: unless-stopped
volumes:
- /docker/jellyfin/config:/config
@ -33,3 +34,5 @@ services:
networks:
proxy:
external: true
authentik:
external: true