From f04791e0bc1221fd4c7eaae9adf2380144430514 Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Mon, 23 Mar 2026 09:50:19 +0100 Subject: [PATCH] fix indentation --- docs/content/faq.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/content/faq.md b/docs/content/faq.md index d887606a..e39bae4c 100644 --- a/docs/content/faq.md +++ b/docs/content/faq.md @@ -120,20 +120,20 @@ To solve this, specify the `interface_name` and `gw_priority` explicitly in your ```yaml services: - wg-easy: - # ... other configuration ... - networks: - wg: - interface_name: eth0 - gw_priority: 1 - ipv4_address: 10.42.42.42 - nginx: - interface_name: eth1 - gw_priority: 0 + wg-easy: + # ... other configuration ... + networks: + wg: + interface_name: eth0 + gw_priority: 1 + ipv4_address: 10.42.42.42 + nginx: + interface_name: eth1 + gw_priority: 0 networks: - wg: - # ... wg network config ... - nginx: - external: true + wg: + # ... wg network config ... + nginx: + external: true ```