root 5 years ago
parent
commit
40be7fec6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -38,7 +38,7 @@
 4. 执行 `docker-compose up -d` 启动服务
 
 ## 注意
-每次修改 `.env` 文件后需要执行 `docker run --rm -v $(pwd):/app composer sh init.sh`
+每次修改 `.env` 文件后需要执行 `docker run --rm -v $(pwd):/app composer artisan config:cache`
 
 
 ## 其他