Added bits to fix windows
这个提交包含在:
父节点
253da3797c
当前提交
e7bb428bc4
共有 2 个文件被更改,包括 8 次插入 和 2 次删除
|
|
@ -12,5 +12,4 @@ class Migration_modify_eQSL_url extends CI_Migration {
|
||||||
{
|
{
|
||||||
// Will not go back to insecure connections
|
// Will not go back to insecure connections
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
mynet:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
|
|
@ -12,6 +15,8 @@ services:
|
||||||
command: ["./script.sh"]
|
command: ["./script.sh"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
networks:
|
||||||
|
- mynet
|
||||||
|
|
||||||
db:
|
db:
|
||||||
build:
|
build:
|
||||||
|
|
@ -21,5 +26,7 @@ services:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
- db_data:/var/lib/mysql
|
- db_data:/var/lib/mysql
|
||||||
|
networks:
|
||||||
|
- mynet
|
||||||
volumes:
|
volumes:
|
||||||
db_data: {}
|
db_data: {}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用