Search found 1 match

by geopfarth
18 Sep 2024, 14:55
Forum: unRAID & docker
Topic: Installing license key
Replies: 1
Views: 46561

Installing license key

I am trying to install Filebot as a Docker container on my TrueNAS server. Here is the YAML file:
version: "3.3"
services:
filebot:
container_name: filebot
environment:
- PUID=568
- PGID=568
- TZ=America/Los Angeles
image: rednoah/filebot
restart: unless-stopped
volumes:
- /mnt/apps ...