test_log-json-format.yml 305 B

123456789101112
  1. services:
  2. nginx-proxy:
  3. environment:
  4. LOG_FORMAT: '{"time_local":"$$time_iso8601","remote_addr":"$$remote_addr","request":"$$request","upstream_addr":"$$upstream_addr"}'
  5. web1:
  6. image: web
  7. expose:
  8. - "81"
  9. environment:
  10. WEB_PORTS: "81"
  11. VIRTUAL_HOST: nginx-proxy.test