2024-10-12, 09:46 PM
I can find my media folder and set it on a library, but i CANNOT see any media inside of it.
I am running inside of Docker on ubuntu. here is my compose
Services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- /jellyfin/jellyfin-configconfig
- /jellyfin/jellyfin-cachecache
- /jellyfin/mediamedia
- type: bind
source: /jellyfin/media/
target: /media
restart: 'unless-stopped'
# Optional - alternative address used for autodiscovery
environment:
- JELLYFIN_PublishedServerUrl=http://example.com
# Optional - may be necessary for docker healthcheck to pass if running in >
extra_hosts:
- 'host.docker.internal:host-gateway'
I've ran chmod and chown on that directory numerous times
I am running inside of Docker on ubuntu. here is my compose
Services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
network_mode: 'host'
volumes:
- /jellyfin/jellyfin-configconfig
- /jellyfin/jellyfin-cachecache
- /jellyfin/mediamedia
- type: bind
source: /jellyfin/media/
target: /media
restart: 'unless-stopped'
# Optional - alternative address used for autodiscovery
environment:
- JELLYFIN_PublishedServerUrl=http://example.com
# Optional - may be necessary for docker healthcheck to pass if running in >
extra_hosts:
- 'host.docker.internal:host-gateway'
I've ran chmod and chown on that directory numerous times