You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the supervisor will run under the user <markstyle="background-color:yellow;">`uid=9001`</mark>. You can specify the uid by adding a docker environment variable <markstyle="background-color:yellow;">`LOCAL_USER_ID`</mark> and setting its value.
62
+
63
+
* Docker-compose: Add an environment variable <markstyle="background-color:yellow;">`LOCAL_USER_ID`</mark> in <markstyle="background-color:yellow;">`docker-compose.yml`</mark> downloaded in your working directory.\
64
+
\
65
+
After modifying the YML file, you may need to delete your current container and start a new one.\
66
+
67
+
* Docker: Add an environment variable <markstyle="background-color:yellow;">`LOCAL_USER_ID`</mark> to the deploying command, as shown below:\
0 commit comments