1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-10 11:10:27 +02:00
dockerfiles/tftpd/arm/docker-compose.yml
2016-11-02 17:23:46 +08:00

8 lines
120 B
YAML

tftpd:
image: easypi/tftpd-arm
ports:
- "69:69/udp"
volumes:
- ./data:/tftpboot
restart: unless-stopped