You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Before the MySQL database initial, the scanner container will exit.
34
-
35
-
> Need to restart the scanner after the MySQL database initial.
37
+
> Before the MySQL database initial, the scanner container will exit. Need to restart the scanner after the MySQL database initial.
36
38
37
39
## Manual Deployment
38
40
@@ -41,7 +43,7 @@ docker-compose build && docker-compose up
41
43
* Nginx
42
44
* MySQL(version above **8.0**)
43
45
44
-
It is recommended to deploy the Front-End project using nginx. Place the `dist` folder in `/var/www/html`, and adjust the `nginx.conf` file (/etc/nginx/nginx.conf for Linux) to set up reverse proxy for the backend service. For detailed deployment tutorials, you can watch videos on [bilibili](https://www.bilibili.com/video/BV1Py4y1s7ap/) or [youtube](https://youtu.be/bFrKm5t4M54). For deployment on Windows, refer to [this link](https://www.bilibili.com/video/BV1CA411L7ux/).
46
+
It is recommended to deploy the Front-End project using Nginx. Place the `dist` folder in `/var/www/html`, and adjust the `nginx.conf` file (/etc/nginx/nginx.conf for Linux) to set up reverse proxy for the backend service. For detailed deployment tutorials, you can watch videos on [bilibili](https://www.bilibili.com/video/BV1Py4y1s7ap/) or [youtube](https://youtu.be/bFrKm5t4M54). For deployment on Windows, refer to [this link](https://www.bilibili.com/video/BV1CA411L7ux/).
0 commit comments