Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ from our local source code, instead of using the pre-built Docker image `mlexcha
# cd <mlx_root_dir>
cd quickstart

docker compose --project-name no_api up minio miniosetup mysql mlx-ui
docker compose --project-name no_api up minio miniosetup mysql mlx-ui dashboard

When the MLX UI is ready, the log messages should show something like this:

Expand All @@ -124,7 +124,7 @@ After testing or debugging your code changes, bring down the Docker Compose stac

# control + C

docker compose --project-name no_api down minio miniosetup mysql mlx-ui
docker compose --project-name no_api down

Optional, to delete all data in Minio and MySQL, run the following commands:

Expand Down
1 change: 0 additions & 1 deletion quickstart/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ services:
image: curlimages/curl
depends_on:
- mlx-ui
- catalog
entrypoint: ["/bin/sh","-c"]
command:
- |
Expand Down