From e24825edecbe6f96ce2d2497e7b7448f7c6a91ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Wed, 27 Dec 2023 22:29:24 +0100 Subject: [PATCH] bazarr: fix PUID/PGID --- services/bazarr.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/bazarr.yml b/services/bazarr.yml index 7c5c91a..aa0914a 100644 --- a/services/bazarr.yml +++ b/services/bazarr.yml @@ -8,6 +8,9 @@ services: networks: public: ipv4_address: 192.168.240.31 + environment: + - PUID=${PUID} + - PGID=${PGID} volumes: - "${DOCKER_STORAGE_PATH}/bazarr:/config" - "${MOVIE_PATH}:/movies"