---
version: "2"
services:
bazarr:
image: linuxserver/bazarr:1.4.5
container_name: bazarr
restart: unless-stopped
environment:
- UMASK_SET # Control permissions of files and directories created by Bazarr
- TZ # Specify a timezone to use EG Europe/London.
- PUID # ID of user to take ownership of application/files
- PGID # GID of user to take ownership of application/files
volumes:
- /host/path/to/tv:/tv # Location of your TV Shows
- /host/path/to/movies:/movies # Location of your movies
- /host/path/to/config:/config # Bazarr data
ports:
- 6767:6767/tcp # Allows HTTP access to the internal webserver.