fix: .env.example (#1185)

Comment out `UID` and `GID` by default in the .env.example file
This commit is contained in:
Fuegovic 2023-11-15 19:17:40 -05:00 committed by GitHub
parent b171369aa6
commit 405be4b408
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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