Skip to content

Commit

Permalink
fix: .env.example (danny-avila#1185)
Browse files Browse the repository at this point in the history
Comment out `UID` and `GID` by default in the .env.example file
  • Loading branch information
fuegovic authored Nov 16, 2023
1 parent 17154ab commit 46d338b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 46d338b

Please sign in to comment.