1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-26 00:38:37 +00:00
dockerfiles/tftpd/docker-compose.yml

8 lines
118 B
YAML
Raw Normal View History

2016-11-02 09:23:46 +00:00
tftpd:
image: vimagick/tftpd
ports:
- "69:69/udp"
volumes:
- ./data:/tftpboot
restart: unless-stopped