Skip to main content

Bazarr

version: "3.7"

services:
  sonarr:
    container_name: bazarr
    image: ghcr.io/hotio/bazarr
    ports:
      - "6767:6767"
    environment:
      - PUID=998
      - PGID=100
      - UMASK=002
      - TZ=Europe/Paris
    volumes:
      - /srv/path/Files/Bazarr/config:/config
      - /srv/path/Video/tvshows:/tvshows
      - /srv/path/Video/movies:/movies
#     - /srv/path/Files/QBittorrentVPN/downloads:/downloads
    restart: unless-stopped