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
In the current setup (commit b317bd5), We didn't add the DNC source files. but we planned to add them soon. So, since the docker services required for the DNC support are looking for source files in their respective path to initialize containers, we suggest you to disable the DNC support to avoid using system resources unnecessarily for a while until we add the DNC source files.
In the current setup (commit b317bd5), We didn't add the DNC source files. but we planned to add them soon. So, since the docker services required for the DNC support are looking for source files in their respective path to initialize containers, we suggest you to disable the DNC support to avoid using system resources unnecessarily for a while until we add the DNC source files.
Steps to disable DNC support:
Go to the cloned path and run the below commands
Edit
nginx/setup.sh
file as belowComment out the line 62 with Hash (#)
save the changes
Edit the
docker-compose.yml
file as belowComment out the lines 231 and 232 with Hash (#) as below.
uncomment (#) the below line under the docker services
apiserver
(at line 381),mongodb
(at line 401) andexpo
(at line 414).save the changes
Then, run the below commands
The text was updated successfully, but these errors were encountered: