diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 2dcd5738..ddca5744 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -51,7 +51,7 @@ services: apisix: web1: - image: nginx:1.19.0-alpine + image: nginx:1.19.10-alpine restart: always volumes: - ./upstream/web1.conf:/etc/nginx/nginx.conf @@ -63,7 +63,7 @@ services: apisix: web2: - image: nginx:1.19.0-alpine + image: nginx:1.19.10-alpine restart: always volumes: - ./upstream/web2.conf:/etc/nginx/nginx.conf