From ff4508f2b75b2c229c4aad53cfd7b654715c1254 Mon Sep 17 00:00:00 2001 From: ZhangXushuo <3508242435.com> Date: Tue, 31 Oct 2023 19:32:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9DokcerFile2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd9fe0b..e0c36cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # 起始镜像点 FROM anolis-registry.cn-zhangjiakou.cr.aliyuncs.com/openanolis/openjdk:17-8.6 # 暴露的端口位置 -EXPOSE 9300/tcp +EXPOSE 9300 # 挂载的目录位置 VOLUME /home/logs/february-file