From a6866049f3deae0da3d5d793e4da90e37d30606e Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 24 Aug 2024 18:17:43 +0100 Subject: [PATCH] Update docs/docker/build-image.md Co-authored-by: yubiuser Signed-off-by: Adam Warner --- docs/docker/build-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker/build-image.md b/docs/docker/build-image.md index a784b8a4..969e48f1 100644 --- a/docs/docker/build-image.md +++ b/docs/docker/build-image.md @@ -66,7 +66,7 @@ git checkout fix/logRotate Unless otherwise named via the `-t` command, the script will build an image locally and tag it as `pihole`. You can reference this as a drop-in replacement for `pihole/pihole:latest` in your compose file or your run command: -```yml +```yaml services: pihole: container_name: pihole