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 ...
Search found 1 match
- 18 Sep 2024, 14:55
- Forum: unRAID & docker
- Topic: Installing license key
- Replies: 1
- Views: 46561