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