mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-07-16 18:04:01 +00:00
wg_easy: add interface name to networks
This commit is contained in:
@@ -4,9 +4,13 @@ services:
|
||||
container_name: wg-easy
|
||||
networks:
|
||||
caddy:
|
||||
interface_name: wgeth1
|
||||
wg:
|
||||
ipv4_address: 10.42.42.42
|
||||
ipv6_address: fdcc:ad94:bacf:61a3::2a
|
||||
interface_name: wgeth0
|
||||
environment:
|
||||
WG_DEVICE: wgeth0
|
||||
volumes:
|
||||
- ./data:/etc/wireguard
|
||||
- /lib/modules:/lib/modules:ro
|
||||
|
Reference in New Issue
Block a user