mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 03:44:57 +08:00
Compare commits
4 Commits
3ea937fe9f
...
968bb8a11f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
968bb8a11f | ||
|
|
a6bcebb62b | ||
|
|
1cb262daa3 | ||
|
|
10f97aee5d |
@@ -5,3 +5,5 @@ MAINTAINER ruoyi
|
||||
|
||||
# 执行sql脚本
|
||||
ADD ./db/*.sql /docker-entrypoint-initdb.d/
|
||||
# 增加执行权限,解决启动mysql容器后,不自动执行sql脚本的问题
|
||||
RUN chmod a+x /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