소스 검색

Update docs/README.md

Co-authored-by: Nicolas Duchon <nicolas.duchon@gmail.com>
Michael Mayer 1 개월 전
부모
커밋
79ff0d642a
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      docs/README.md

+ 1 - 2
docs/README.md

@@ -423,8 +423,7 @@ $host $remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_s
 ### Custom log format
 
 If you want to use a custom access log format, you can set `LOG_FORMAT=xxx` on the proxy container.
-If running [separate containers](#separate-containers) `LOG_FORMAT=xxx` is set on the
-docker-gen container.
+If running [separate containers](#separate-containers) `LOG_FORMAT=xxx` should be set on the docker-gen container instead.
 
 With docker compose take care to escape the `$` character with `$$` to avoid variable interpolation. Example: `$remote_addr` becomes `$$remote_addr`.