Browse Source

Merge pull request #2683 from mjmayer/main

docs: clarify target container for logging settings
Nicolas Duchon 1 month ago
parent
commit
ecd026c15e
1 changed files with 1 additions and 0 deletions
  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`.