From 47752e02ce741158f12453fc44e2626086e1be6d Mon Sep 17 00:00:00 2001 From: wandoubaba Date: Sat, 13 Jul 2024 09:26:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=9C=E5=83=8F=E8=BD=AC=E4=B8=BAquay.io/wan?= =?UTF-8?q?doubaba517/nginx:1.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d76e6a2..d8ed072 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ name: nginx services: nginx: - image: nginx:1.27 + image: quay.io/wandoubaba517/nginx:1.27 container_name: nginx restart: always volumes: @@ -16,4 +16,4 @@ services: - ./html:/usr/share/nginx/html working_dir: /usr/share/nginx/html stdin_open: true - network_mode: host \ No newline at end of file + network_mode: host