From 3c2c87364b89de46d12e95abd5bdf8cbd2c6dbf6 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期三, 12 三月 2025 08:43:23 +0800
Subject: [PATCH] dev-init
---
script/docker/database.yml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/script/docker/database.yml b/script/docker/database.yml
index 7a70b31..0368fd2 100644
--- a/script/docker/database.yml
+++ b/script/docker/database.yml
@@ -16,7 +16,7 @@
volumes:
# 鏁版嵁鎸傝浇
- "/docker/oracle/data:/u01/app/oracle"
- restart: always
+ network_mode: "host"
# 姝ら暅鍍忎粎鐢ㄤ簬娴嬭瘯 姝e紡鐜闇�鑷瀹夎鏁版嵁搴�
sqlserver:
@@ -32,7 +32,7 @@
volumes:
# 鏁版嵁鎸傝浇
- "/docker/sqlserver/data:/var/opt/mssql"
- restart: always
+ network_mode: "host"
postgres:
image: postgres:14.2
@@ -45,7 +45,7 @@
- "5432:5432"
volumes:
- /docker/postgres/data:/var/lib/postgresql/data
- restart: always
+ network_mode: "host"
postgres13:
image: postgres:13.6
@@ -58,4 +58,4 @@
- "5433:5432"
volumes:
- /docker/postgres13/data:/var/lib/postgresql/data
- restart: always
+ network_mode: "host"
--
Gitblit v1.9.3