From ddcd27832fa262e5c8300a99e9382ac27c1b54f9 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 4 Nov 2023 21:25:58 -0500 Subject: [PATCH] dress up code blocks in post a bit --- content/posts/adguard-home-in-docker-on-photon-os/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/posts/adguard-home-in-docker-on-photon-os/index.md b/content/posts/adguard-home-in-docker-on-photon-os/index.md index 50f269b..e9b1154 100644 --- a/content/posts/adguard-home-in-docker-on-photon-os/index.md +++ b/content/posts/adguard-home-in-docker-on-photon-os/index.md @@ -135,15 +135,15 @@ services: Then I can fire it up with `docker-compose up --detach`: ```shell -docker-compose up --detach # [tl! .cmd_root] +docker-compose up --detach # [tl! .cmd_root focus:start] Creating network "adguard_default" with the default driver # [tl! .cmd_return:start] Pulling adguard (adguard/adguardhome:latest)... -latest: Pulling from adguard/adguardhome +latest: Pulling from adguard/adguardhome # [tl! focus:end] 339de151aab4: Pull complete 4db4be09618a: Pull complete 7e918e810e4e: Pull complete bfad96428d01: Pull complete -Digest: sha256:de7d791b814560663fe95f9812fca2d6dd9d6507e4b1b29926cc7b4a08a676ad +Digest: sha256:de7d791b814560663fe95f9812fca2d6dd9d6507e4b1b29926cc7b4a08a676ad # [tl! focus:3] Status: Downloaded newer image for adguard/adguardhome:latest Creating adguard ... done # [tl! .cmd_return:end] ```