Utilize MacVLan
Utilize MacVLan
This commit is contained in:
parent
7a23c1827f
commit
7177214043
@ -29,6 +29,10 @@ services:
|
|||||||
container_name: pihole
|
container_name: pihole
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:latest
|
||||||
# # For DHCP it is recommended to remove these ports and instead add: #network_mode: "host"
|
# # For DHCP it is recommended to remove these ports and instead add: #network_mode: "host"
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
name: enp36s0-vlan
|
||||||
|
external: true
|
||||||
ports:
|
ports:
|
||||||
- "53:53/tcp"
|
- "53:53/tcp"
|
||||||
- "53:53/udp"
|
- "53:53/udp"
|
||||||
|
Loading…
Reference in New Issue
Block a user