Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Update reverse-proxy.md #163

Merged
merged 1 commit into from Dec 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions general/administration/reverse-proxy.md
Expand Up @@ -330,7 +330,7 @@ services:
traefik:
container_name: traefik
hostname: traefik
image: traefik:traefik:v1.7.19
image: traefik:v1.7.19
networks:
- traefik
ports:
Expand Down Expand Up @@ -449,7 +449,7 @@ Congratulation, your RP is UP !

For Jellyfin, just launch your Jellyfin server with this docker-compose `docker-compose up -d`.

Note you must change the ${JELLYFIN_DOMAIN} for your domain, like jellyfin.mydomain.xyz for example. If using an HDHomeRun, use network_mode: host, remove the traefik network information for proper building of the yaml.
Note you must change the ${JELLYFIN_DOMAIN} for your domain, like jellyfin.mydomain.xyz for example. If using an HDHomeRun or DLNA, use network_mode: host, remove the traefik network information for proper building of the yaml.

```

Expand All @@ -458,7 +458,7 @@ version: '3'
services:
jellyfin:
image: jellyfin/jellyfin:latest
container_name: Jellyfin
container_name: jellyfin
hostname: jellyfin
# network_mode: host
networks:
Expand Down