services: emby: image: emby/embyserver:4.9.5.0 container_name: emby restart: unless-stopped environment: UID: "99" GID: "100" GIDLIST: "100" TZ: Asia/Shanghai networks: br0: ipv4_address: 192.168.50.12 volumes: - /mnt/user/appdata/EmbyServer/config:/config - /mnt/user/appdata/EmbyServer/transcode:/transcode - /mnt/user/movies:/mnt/unraid/movies:ro - /mnt/user/movie4k:/mnt/unraid/movie4k:ro - /mnt/user/tv-shows:/mnt/unraid/tv-shows:ro - /mnt/user/tv4k:/mnt/unraid/tv4k:ro - /mnt/remotes/TRUENAS_multimedia:/mnt/truenas/multimedia:ro security_opt: - no-new-privileges:true logging: driver: json-file options: max-size: 10m max-file: "3" networks: br0: external: true name: br0