Yesterday, 03:40 PM
(This post was last modified: Yesterday, 04:02 PM by tomahawk5000. Edited 4 times in total.)
as I mentioned I have synology ds220+ with contaner manager (called docker a few updates before)
NAS should has access to the internet because once I had Jellyfin installed from the synocommunity apps then everything works fine
update
there is a small progress
I have added this command into YAML configuration file: 'network_mode: host' and now all settings looks like this:
please let me know if I should not add that line!
and now I can see plugins catalogues so it's good but still my collections does not have any covers (by that I mean those pictures on the folders)
Update2
collections works fine now
thanks again all of you guys
NAS should has access to the internet because once I had Jellyfin installed from the synocommunity apps then everything works fine
update
there is a small progress
I have added this command into YAML configuration file: 'network_mode: host' and now all settings looks like this:
Code:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: host
volumes:
- /volume1/docker/jellyfin/config:/config
- /volume1/docker/jellyfin/cache:/cache
- /volume1/video:/media
- /volume1/Photo:/photo:ro
restart: 'unless-stopped'
ports:
- 8096:8096
environment:
- TZ=Europe/Warsaw
- PUID=1026
- PGID=100
# Optional - alternative address used for autodiscovery
# environment:
# - JELLYFIN_PublishedServerUrl=http://example.com
# Optional - may be necessary for docker healthcheck to pass if running in host network mode
# extra_hosts:
# - 'host.docker.internal:host-gateway'
and now I can see plugins catalogues so it's good but still my collections does not have any covers (by that I mean those pictures on the folders)
Update2
collections works fine now
thanks again all of you guys