2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 11:34:57 +01:00

add tftpd

This commit is contained in:
kev
2016-11-02 17:23:46 +08:00
parent 60a3df4630
commit 6c7688af29
6 changed files with 43 additions and 0 deletions

7
tftpd/docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
tftpd:
image: vimagick/tftpd
ports:
- "69:69/udp"
volumes:
- ./data:/tftpboot
restart: unless-stopped