################################################ # 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.