From 124bb462eb0781841934a06929f2743e2ee01ab9 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 12 Dec 2024 16:00:59 +0100 Subject: [PATCH] Arr-Stack: add sample env config --- Docker/Docker-Compose/Arr/env-sample | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Docker/Docker-Compose/Arr/env-sample diff --git a/Docker/Docker-Compose/Arr/env-sample b/Docker/Docker-Compose/Arr/env-sample new file mode 100644 index 0000000..f76b203 --- /dev/null +++ b/Docker/Docker-Compose/Arr/env-sample @@ -0,0 +1,15 @@ +################################################ +# Global +################################################ +# The timezone you want to use. +# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +TZ= + +# The UID and GID that the containers will run as. +# 1000 is your normal user +PUID=1000 +PGID=1000 + +# The directory where data and configuration will be stored. +ROOT= # The path where your configurations get stored. +MEDIA= # The path where you want to store your media files.