소스 검색

Clarify target container for logging settings

Michael Mayer 3 달 전
부모
커밋
3c2b9510e6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      docs/README.md

+ 2 - 0
docs/README.md

@@ -423,6 +423,8 @@ $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.
 
 With docker compose take care to escape the `$` character with `$$` to avoid variable interpolation. Example: `$remote_addr` becomes `$$remote_addr`.