1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-02 09:21:34 +02:00
dockerfiles/tftpd/docker-compose.yml

8 lines
118 B
YAML
Raw Normal View History

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