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:
@@ -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:
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user