diff --git a/docs/apps/dozzle.md b/docs/apps/dozzle.md index de649d678..71278da99 100644 --- a/docs/apps/dozzle.md +++ b/docs/apps/dozzle.md @@ -58,6 +58,7 @@ Visit . To view log files that are NOT written to stdout or stderr, use the following to setup a basic Alpine Linux container via Docker Compose that just tails a mounted log file (in this case, Cloudplow) which then exposes it to Dozzle. Adjust as needed for your circumstances. ```yaml +services: tail-cloudplow: # (1)! container_name: tail-cloudplow # (2)! image: alpine