diff --git a/content/post/architectural-overview/index.md b/content/post/architectural-overview/index.md index 0ca7541..e64f934 100644 --- a/content/post/architectural-overview/index.md +++ b/content/post/architectural-overview/index.md @@ -72,9 +72,13 @@ All containers are automatically updated as is the host system. ```mermaid graph LR; WAN-->Router-->Server; - Server-->FP["Traefik"]; + + subgraph Docker + FP-->NGINX; FP-->OC["Other Containers"]; + end + Server-->FP["Traefik"]; ``` ## Build