From 0b0ae4964eb264352c2ffa531680cdd9b6fc1cb6 Mon Sep 17 00:00:00 2001 From: chansee97 Date: Fri, 20 Jun 2025 10:21:41 +0800 Subject: [PATCH] fix: typo --- README.md | 2 +- README.zh-CN.md | 2 +- docker-compose.product.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ea31b4..e4d9cf0 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ docker compose -f docker-compose.product.yml up --build -d ## Related projects -- [Nova-admin-nest](https://github.com/chansee97/nove-admin-nest) (under development) Nova-Admin supporting background project based on TS, NestJs, typeorm +- [Nova-admin-nest](https://github.com/chansee97/nova-admin-nest) (under development) Nova-Admin supporting background project based on TS, NestJs, typeorm ## Learn to communicate diff --git a/README.zh-CN.md b/README.zh-CN.md index a71c5df..8232f36 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -80,7 +80,7 @@ docker compose -f docker-compose.product.yml up --build -d ## 相关项目 -- [Nova-admin-nest](https://github.com/chansee97/nove-admin-nest) (开发中)基于TS, NestJs, typeorm的Nova-Admin配套后台项目 +- [Nova-admin-nest](https://github.com/chansee97/nova-admin-nest) (开发中)基于TS, NestJs, typeorm的Nova-Admin配套后台项目 ## 学习交流 diff --git a/docker-compose.product.yml b/docker-compose.product.yml index 99664f2..d48a8bc 100644 --- a/docker-compose.product.yml +++ b/docker-compose.product.yml @@ -1,8 +1,8 @@ services: - nove-admin: + nova-admin: build: context: . dockerfile: ./docker/dockerfile.product - container_name: nove-admin + container_name: nova-admin ports: - 80:80