mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-03 11:34:57 +01:00
add tftpd
This commit is contained in:
7
tftpd/docker-compose.yml
Normal file
7
tftpd/docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
tftpd:
|
||||
image: vimagick/tftpd
|
||||
ports:
|
||||
- "69:69/udp"
|
||||
volumes:
|
||||
- ./data:/tftpboot
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user