浏览代码

Merge pull request #2683 from mjmayer/main

docs: clarify target container for logging settings
Nicolas Duchon 1 月之前
父节点
当前提交
ecd026c15e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/README.md

+ 1 - 0
docs/README.md

@@ -423,6 +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` 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`.