1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/tftpd/arm/docker-compose.yml

8 lines
120 B
YAML
Raw Normal View History

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