vault backup: 2025-09-24 19:02:15

This commit is contained in:
2025-09-24 19:02:15 +08:00
parent e4a5f78633
commit d69ffce473

View File

@@ -7,6 +7,17 @@
4. 运行npm run clean & build
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位于
- styles