This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user