Simplify CI to mdpress only

This commit is contained in:
yeasy
2026-03-25 21:57:30 -07:00
parent 3da9210e3f
commit fc7c743c05
5 changed files with 19 additions and 157 deletions

View File

@@ -91,7 +91,6 @@ docker network create --driver overlay \
my-custom-overlay
# 在 Compose 中使用 overlay 网络
version: '3.9'
services:
web:
image: nginx
@@ -284,8 +283,6 @@ docker exec <container_id> cat /etc/resolv.conf
**Docker Compose DNS 配置**
```yaml
version: '3.9'
services:
web:
image: nginx
@@ -343,8 +340,6 @@ docker run -it --network mynet busybox sh
**Compose 服务名自动发现**
```yaml
version: '3.9'
services:
frontend:
image: nginx