1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-15 18:56:24 +00:00

Fix short titles

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2022-07-26 23:16:41 +12:00
parent 2d384eb56e
commit 161e0538a4
8 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +1,6 @@
---
title: Docker Swarm Network allocations
---
# Networks
In order to avoid IP addressing conflicts as we bring swarm networks up/down, we will statically address each docker overlay network, and record the details below:

View File

@@ -1,3 +1,6 @@
---
title: OpenVPN on Docker Swarm
---
# OpenVPN
Sometimes you need an OpenVPN tunnel between your docker hosts and some other environment. I needed this to provide connectivity between swarm-deployed services like Home Assistant, and my IOT devices within my home LAN.