From 1306c9dcd78d93a426b00af164e7af6ac5e83e52 Mon Sep 17 00:00:00 2001 From: dushixiang Date: Mon, 15 Nov 2021 15:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A2=AB=E5=A4=96=E5=B1=82.d?= =?UTF-8?q?ockerignore=20=E5=BD=B1=E5=93=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 1 - config.yml | 2 +- guacd/Dockerfile | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.dockerignore b/.dockerignore index af551fa..b2af7b4 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,5 @@ .* data -guacd logs playground web/node_modules/ diff --git a/config.yml b/config.yml index 75eb0c1..6b576a1 100644 --- a/config.yml +++ b/config.yml @@ -12,7 +12,7 @@ sqlite: server: addr: 0.0.0.0:8088 guacd: - hostname: 172.16.101.32 + hostname: 127.0.0.1 port: 4822 # 此路径需要为绝对路径,并且next-terminal和guacd都能访问到 recording: 'data/recording' diff --git a/guacd/Dockerfile b/guacd/Dockerfile index fe776b2..5259acc 100644 --- a/guacd/Dockerfile +++ b/guacd/Dockerfile @@ -2,7 +2,7 @@ FROM dushixiang/guacamole-server:1.3.0 LABEL MAINTAINER="helloworld1024@foxmail.com" -COPY ./fonts/Menlo-Regular.ttf /usr/share/fonts/ -COPY ./fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/ +COPY ./guacd/fonts/Menlo-Regular.ttf /usr/share/fonts/ +COPY ./guacd/fonts/SourceHanSansCN-Regular.otf /usr/share/fonts/ RUN mkfontscale && mkfontdir && fc-cache \ No newline at end of file