1
0

Diagram update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2021-01-30 15:25:47 +01:00
parent 82cc2415b7
commit ed5bad475c

@ -72,9 +72,13 @@ All containers are automatically updated as is the host system.
```mermaid ```mermaid
graph LR; graph LR;
WAN-->Router-->Server; WAN-->Router-->Server;
Server-->FP["Traefik"];
subgraph Docker
FP-->NGINX; FP-->NGINX;
FP-->OC["Other Containers"]; FP-->OC["Other Containers"];
end
Server-->FP["Traefik"];
``` ```
## Build ## Build