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
|
container_name: wireguard
|
||||||
networks:
|
networks:
|
||||||
- wireguard
|
- wireguard
|
||||||
- proxy
|
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
@ -27,8 +26,5 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy:
|
|
||||||
external:
|
|
||||||
name: proxy
|
|
||||||
wireguard:
|
wireguard:
|
||||||
name: wireguard
|
name: wireguard
|
||||||
|
Loading…
Reference in New Issue
Block a user