From bc5770e59e243cf1c55efeeca289296328643114 Mon Sep 17 00:00:00 2001 From: BBIT-Kai <2911862937@qq.com> Date: Wed, 24 Sep 2025 14:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3docker=E4=B8=ADpython?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E7=A8=8B=E5=BA=8F=E6=97=A0=E6=B3=95=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E5=A4=96=E7=BD=91=E5=9C=B0=E5=9D=80=E8=AE=BF=E9=97=AE?= =?UTF-8?q?=E5=86=85=E9=83=A8minio=E6=9C=8D=E5=8A=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/docker-compose.yml b/server/docker-compose.yml index 1144bdd..602995f 100644 --- a/server/docker-compose.yml +++ b/server/docker-compose.yml @@ -18,6 +18,8 @@ services: - ce_network depends_on: - vue + extra_hosts: + - "s1.ronsunny.cn:10.10.10.9" postgres: image: postgres:15-alpine