From 9b48003a3fb222a9941144fddf210dae44627ab3 Mon Sep 17 00:00:00 2001 From: Pasha Sviderski Date: Mon, 4 Aug 2025 15:19:27 +1000 Subject: [PATCH] blog: set diagram as og image for wireguard overlay post --- website/blog/2025-08-01-wireguard-overlay/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/blog/2025-08-01-wireguard-overlay/index.md b/website/blog/2025-08-01-wireguard-overlay/index.md index 61576966..250c58ef 100644 --- a/website/blog/2025-08-01-wireguard-overlay/index.md +++ b/website/blog/2025-08-01-wireguard-overlay/index.md @@ -3,6 +3,7 @@ title: How to connect Docker containers across multiple hosts with WireGuard description: Learn how to configure a WireGuard overlay network that lets Docker containers securely communicate across multiple hosts. No exposed ports needed. slug: connect-docker-containers-across-hosts-wireguard +image: ./wireguard-overlay.png authors: psviderski tags: [ docker, wireguard, networking, vpn ] ---