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