mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-01-18 16:25:35 +01:00
Fix mistake in wireguard network config
This commit is contained in:
parent
9cab12af62
commit
27edce5b82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user