From 23a8e0fe50fd1f6ded44232ec3ccc0ba6efdc53a Mon Sep 17 00:00:00 2001 From: anfu Date: Fri, 20 Sep 2024 09:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 782ffeb..c555bcf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,16 @@ - - docker运行命令 ```bash -docker run -d --name php-file-server -p 8000:80 -v ./data:/var/www/html/public/uploads -e NACOS_ADDR=192.168.1.105:8848 -e SERVICE_PORT=8000 -e SERVER_ADDR=192.168.1.235 -e ORIGIN_URL=192.168.1.235:8000 -e APP_DEBUG=false anxan-docker.pkg.coding.net/d/repo/micro-php-nacos:0.0.9 +docker run -d \ + --name php-file-server \ + -p 8000:80 \ + -v ./data:/var/www/html/public/uploads \ + -e NACOS_ADDR=192.168.1.105:8848 \ + -e SERVICE_PORT=8000 \ + -e SERVER_ADDR=192.168.1.235 \ + -e ORIGIN_URL=192.168.1.235:8000 \ + -e APP_DEBUG=false \ + anxan-docker.pkg.coding.net/d/repo/micro-php-nacos:0.0.9 ``` - docker-compose.yml ```bash