From 6041f1714d6d3f3c01ad3a3ad57df039f105d26b Mon Sep 17 00:00:00 2001 From: wangqiy <1530284170@qq.com> Date: Wed, 16 Apr 2025 11:44:16 +0800 Subject: [PATCH] =?UTF-8?q?swagger=E6=8E=A5=E5=8F=A3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-test.yaml b/compose-test.yaml index 2b93b11..8442edc 100644 --- a/compose-test.yaml +++ b/compose-test.yaml @@ -3,7 +3,7 @@ services: base-admin: container_name: base-admin build: ./base-admin - image: "anolis-registry.cn-zhangjiakou.cr.aliyuncs.com/openanolis/openjdk:17-8.6" + image: mrsinham/alpine-oraclejdk8:latest privileged: true user: root restart: always