mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-09 13:47:10 +02:00
8 lines
148 B
YAML
8 lines
148 B
YAML
|
pxe:
|
||
|
image: vimagick/dnsmasq
|
||
|
volumes:
|
||
|
- ./dnsmasq.conf:/etc/dnsmasq.d/dnsmasq.conf
|
||
|
- ./tftpboot:/tftpboot
|
||
|
net: host
|
||
|
restart: always
|