From a6356be3488b395e6c227ae0db79d0705904b710 Mon Sep 17 00:00:00 2001 From: Chenhe Gu Date: Sat, 29 Jun 2024 00:53:14 +0800 Subject: [PATCH] Rename README to README.md (#5727) --- docker/{README => README.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docker/{README => README.md} (99%) diff --git a/docker/README b/docker/README.md similarity index 99% rename from docker/README rename to docker/README.md index 83a1c70f9d0816..76605167cb3cfa 100644 --- a/docker/README +++ b/docker/README.md @@ -38,4 +38,4 @@ For users migrating from the `docker-legacy` setup: - **Continuous Improvement Phase**: We are actively seeking feedback from the community to refine and enhance the deployment process. As more users adopt this new method, we will continue to make improvements based on your experiences and suggestions. - **Support**: For detailed configuration options and environment variable settings, refer to the `.env.example` file and the Docker Compose configuration files in the `docker` directory. -This README aims to guide you through the deployment process using the new Docker Compose setup. For any issues or further assistance, please refer to the official documentation or contact support. \ No newline at end of file +This README aims to guide you through the deployment process using the new Docker Compose setup. For any issues or further assistance, please refer to the official documentation or contact support.