解决docker中python后端程序无法通过外网地址访问内部minio服务的问题

This commit is contained in:
BBIT-Kai
2025-09-24 14:10:18 +08:00
parent d2775f60a7
commit bc5770e59e
+2
View File
@@ -18,6 +18,8 @@ services:
- ce_network - ce_network
depends_on: depends_on:
- vue - vue
extra_hosts:
- "s1.ronsunny.cn:10.10.10.9"
postgres: postgres:
image: postgres:15-alpine image: postgres:15-alpine