First change the dhcp config file data/dhcpd.conf
docker run --rm --net host -v "$(pwd)/data":/data aisuhua/dhcp:latest <INTERFACE>
Change the interface
# .env
INTERFACE=xxx
Run
docker-compose up
First change the dhcp config file data/dhcpd.conf
docker run --rm --net host -v "$(pwd)/data":/data aisuhua/dhcp:latest <INTERFACE>
Change the interface
# .env
INTERFACE=xxx
Run
docker-compose up