Update src/nginxconfig/i18n/zh-tw/templates/global_sections/docker.js

This commit is contained in:
Matt (IPv4) Cowley 2020-12-29 16:24:47 +00:00 committed by GitHub
parent f63a6fe979
commit 044a05da9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ export default {
dockerCompose: `${docker} 編排服務`,
applyDockerTweaks: `應用${docker}調整`,
applyDockerTweaksForNginx: `為使用${docker}運行${common.nginx}進行配寘調整。`,
applyDockerTweaksExplainer: `${common.nginx}用戶更新為<code class=“slim”>nginx</code>將pid更新為<code class=“slim”>/var/run/nginx.pid</code>`,
applyDockerTweaksExplainer: `${common.nginx}用戶更新為<code class="slim">nginx</code>將pid更新為<code class="slim">/var/run/nginx.pid</code>`,
includeDockerfile: `生成${dockerfile}運行${common.nginx}${docker}`,
includeDockerCompose: `生成docker-compose.yaml來運行${common.nginx} docker-compose`,
};