diff --git a/media/compose.yml b/media/compose.yml index d3ce739..d4aa753 100644 --- a/media/compose.yml +++ b/media/compose.yml @@ -1,19 +1,19 @@ services: - bazarr: - container_name: bazarr - image: lscr.io/linuxserver/bazarr:latest - environment: - - PUID=${PUID} - - PGID=${PGID} - - TZ=${TZ} - networks: - - reverse-proxy - ports: - - 6767:6767 - restart: always - volumes: - - ${DOCKER_CONFIGS}/bazarr/config:/config - - ${MEDIA_DIR}:/media + # bazarr: + # container_name: bazarr + # image: lscr.io/linuxserver/bazarr:latest + # environment: + # - PUID=${PUID} + # - PGID=${PGID} + # - TZ=${TZ} + # networks: + # - reverse-proxy + # ports: + # - 6767:6767 + # restart: always + # volumes: + # - ${DOCKER_CONFIGS}/bazarr/config:/config + # - ${MEDIA_DIR}:/media flaresolverr: container_name: flaresolverr