From 930d8f5844d66a4c9c2fb410f8bc286e6ec85c0a Mon Sep 17 00:00:00 2001 From: Noah Paige Date: Mon, 19 Feb 2024 09:23:37 -0500 Subject: [PATCH] Edit local deploy command to include UID --- pages/deploy/deploy_locally.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/deploy/deploy_locally.md b/pages/deploy/deploy_locally.md index ef0220b93..5758fc385 100644 --- a/pages/deploy/deploy_locally.md +++ b/pages/deploy/deploy_locally.md @@ -33,9 +33,11 @@ You can check the ports assigned to each container in the `docker-compose.yaml` ```bash cd dataall -docker-compose up +export UID && docker-compose up ``` +**Note:** We export `UID` to ensure the docker user created to run the container has the correct permissions to read from the mounted file systems for the locally deployed data.all. + ![dockercompose](../img/docker_compose.png#zoom#shadow) 🎉 **Congratulations** 🎉 Now you can access the UI in [http://localhost:8080](http://localhost:8080)