Skip to content

Commit 5e999b2

Browse files
authored
fix: .env.example (danny-avila#1185)
Comment out `UID` and `GID` by default in the .env.example file
1 parent 6d2b0af commit 5e999b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ MESSAGE_USER_WINDOW=1 # in minutes, determines the window of time for MESSAGE_US
7373

7474
# If you have permission problems, set here the UID and GID of the user running
7575
# the docker compose command. The applications in the container will run with these uid/gid.
76-
UID=1000
77-
GID=1000
76+
# UID=1000
77+
# GID=1000
7878

7979
# Change this to proxy any API request.
8080
# It's useful if your machine has difficulty calling the original API server.

0 commit comments

Comments
 (0)