From ccc23f40e715f09c8590d9a081102cf3b70a68bb Mon Sep 17 00:00:00 2001 From: anfu Date: Sat, 14 Sep 2024 10:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed0e817..eb958e2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - - docker运行命令 ```bash -docker run -d --name php-file-server -p 8000:80 -v /your/path:/var/www/html/public -e NACOS_ADDR=192.168.1.105:8848 -e SERVICE_PORT=8000 -e ORIGIN_URL=file.zeroerr.cn anxan-docker.pkg.coding.net/d/repo/micro-php-nacos:0.0.6 +docker run -d --name php-file-server -p 8000:80 -v /your/path:/var/www/html/public -e NACOS_ADDR=192.168.1.105:8848 -e SERVICE_PORT=8000 -e ORIGIN_URL=file.zeroerr.cn anxan-docker.pkg.coding.net/d/repo/micro-php-nacos:0.0.8 ``` - docker-compose.yml ```bash @@ -12,7 +12,7 @@ networks: services: micro-php-nacos: - image: anxan-docker.pkg.coding.net/d/repo/micro-php-nacos:0.0.6 + image: anxan-docker.pkg.coding.net/d/repo/micro-php-nacos:0.0.8 container_name: micro-php-nacos restart: unless-stopped networks: