vault backup: 2025-09-24 19:02:15
This commit is contained in:
@@ -7,6 +7,17 @@
|
|||||||
4. 运行npm run clean & build
|
4. 运行npm run clean & build
|
||||||
5. 查看结果。
|
5. 查看结果。
|
||||||
|
|
||||||
|
## Nginx
|
||||||
|
```
|
||||||
|
docker run -d --restart=always --name nginx-web \
|
||||||
|
-v /home/netease/docker/nginx/nginx.conf:/etc/nginx/nginx.conf \
|
||||||
|
-v /home/netease/docker/nginx/html:/usr/share/nginx/html \
|
||||||
|
-v /home/netease/docker/nginx/log:/var/log/nginx \
|
||||||
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
|
-p 80:80 \
|
||||||
|
nginx
|
||||||
|
```
|
||||||
|
|
||||||
# 主题配色
|
# 主题配色
|
||||||
主题css位于:
|
主题css位于:
|
||||||
- styles
|
- styles
|
||||||
|
Reference in New Issue
Block a user