diff --git a/docker-compose.yml b/docker-compose.yml index ebfcfb1..aa813b7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ services: - aegis-gateway: + aegis: image: axieyangb/aegis:latest - container_name: aegis-gateway + container_name: aegis restart: unless-stopped ports: - "8765:8765" @@ -19,7 +19,7 @@ container_name: envoy restart: unless-stopped depends_on: - - aegis-gateway + - aegis ports: - "80:10080" # HTTP — listeners in Aegis UI should bind to port 10080 - "443:10443" # HTTPS — listeners in Aegis UI should bind to port 10443 diff --git a/docs/tutorial-whoami-local-https.md b/docs/tutorial-whoami-local-https.md index 2b07525..cef8e30 100644 --- a/docs/tutorial-whoami-local-https.md +++ b/docs/tutorial-whoami-local-https.md @@ -44,6 +44,7 @@ | Host | `host.docker.internal` | | Port | `8081` | | Connect timeout | `5s` | +| DNS Lookup Family | `V4_ONLY` | Save — Aegis pushes the cluster to Envoy immediately.