1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:47:10 +02:00
dockerfiles/dnsmasq/pxe/docker-compose.yml

8 lines
148 B
YAML
Raw Normal View History

2016-06-20 21:33:42 +08:00
pxe:
image: vimagick/dnsmasq
volumes:
- ./dnsmasq.conf:/etc/dnsmasq.d/dnsmasq.conf
- ./tftpboot:/tftpboot
net: host
restart: always