From 405be4b4086a9ff254011d95e1a11f6e6200dc06 Mon Sep 17 00:00:00 2001 From: Fuegovic <32828263+fuegovic@users.noreply.github.com> Date: Wed, 15 Nov 2023 19:17:40 -0500 Subject: [PATCH] fix: .env.example (#1185) Comment out `UID` and `GID` by default in the .env.example file --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 601a943704..14d5aaeb69 100644 --- a/.env.example +++ b/.env.example @@ -73,8 +73,8 @@ MESSAGE_USER_WINDOW=1 # in minutes, determines the window of time for MESSAGE_US # If you have permission problems, set here the UID and GID of the user running # the docker compose command. The applications in the container will run with these uid/gid. -UID=1000 -GID=1000 +# UID=1000 +# GID=1000 # Change this to proxy any API request. # It's useful if your machine has difficulty calling the original API server.