update 配置 monitor-admin docker编排

This commit is contained in:
疯狂的狮子li
2021-07-09 17:15:09 +08:00
parent 1c11d7ccc1
commit 43486f2f41
11 changed files with 93 additions and 19 deletions

View File

@ -34,7 +34,7 @@
<datasource.version>3.4.0</datasource.version>
<!-- docker 配置 -->
<docker.registry.url>localhost</docker.registry.url>
<docker.registry.url>192.168.31.240</docker.registry.url>
<docker.registry.host>http://${docker.registry.url}:2375</docker.registry.host>
<docker.namespace>ruoyi</docker.namespace>
<docker.plugin.version>1.2.0</docker.plugin.version>