From bc3adbc85da7612c2710d5a67f89abee6b5c6745 Mon Sep 17 00:00:00 2001 From: rosa Date: Thu, 22 Jan 2026 15:48:02 +0100 Subject: [PATCH] fix: use double quotes in root .env --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index cceac0d..2a4087d 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -VOLUMES_DIR=./volumes -TZ=Europe/Rome -PUID=1000 -PGID=1000 \ No newline at end of file +VOLUMES_DIR="./volumes" +TZ="Europe/Rome" +PUID="1000" +PGID="1000" \ No newline at end of file