1
0

Diagram added (Still some rendering issue)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-30 14:12:09 +01:00
parent 102adc41d5
commit 4326f5b77c
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,9 @@ date: 2020-02-27T22:10:31+01:00
lastmod: 2020-02-27T22:10:31+01:00
featured: false
draft: false
math: false
diagram: true
highlight: false
# Featured image
# To use, add an image named `featured.jpg/png` to your page's folder.
@ -71,7 +73,7 @@ All containers are automatically updated as is the host system.
graph LR;
WAN-->Router-->Server;
Server-->FP["Traefik"];
FP-->Nginx;
FP-->NGINX;
FP-->OC["Other Containers"];
```