Yesterday, 03:29 PM
(This post was last modified: Yesterday, 03:30 PM by tomahawk5000. Edited 1 time in total.)
should I change something in here:
Code:
services:
jellyfin:
image: jellyfin/jellyfin
container_name: jellyfin
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'