mirror of
				https://github.com/mr-vercetti/homeserver.git
				synced 2025-11-04 07:05:46 +01:00 
			
		
		
		
	Fix mistake in wireguard network config
This commit is contained in:
		@@ -4,7 +4,6 @@ services:
 | 
			
		||||
      container_name: wireguard
 | 
			
		||||
      networks:
 | 
			
		||||
         - wireguard
 | 
			
		||||
         - proxy
 | 
			
		||||
      cap_add:
 | 
			
		||||
         - NET_ADMIN
 | 
			
		||||
         - SYS_MODULE
 | 
			
		||||
@@ -27,8 +26,5 @@ services:
 | 
			
		||||
      restart: unless-stopped
 | 
			
		||||
 | 
			
		||||
networks:
 | 
			
		||||
   proxy:
 | 
			
		||||
      external:
 | 
			
		||||
         name: proxy
 | 
			
		||||
   wireguard:
 | 
			
		||||
      name: wireguard
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user