mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-31 14:01:57 +08:00
Compare commits
4 Commits
145d3836d6
...
8b3b9e3c82
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8b3b9e3c82 | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
4a76d8c077 |
@@ -3,5 +3,8 @@ FROM mysql:5.7
|
||||
# author
|
||||
MAINTAINER ruoyi
|
||||
|
||||
# 设置docker默认编码db初始化数据乱码
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# 执行sql脚本
|
||||
ADD ./db/*.sql /docker-entrypoint-initdb.d/
|
||||
|
||||
@@ -29,7 +29,7 @@ http {
|
||||
}
|
||||
|
||||
# 避免actuator暴露
|
||||
if ($request_uri ~ "/actuator") {
|
||||
if ($uri ~ "/actuator") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user