mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:34 +02:00
8 lines
118 B
YAML
8 lines
118 B
YAML
|
tftpd:
|
||
|
image: vimagick/tftpd
|
||
|
ports:
|
||
|
- "69:69/udp"
|
||
|
volumes:
|
||
|
- ./data:/tftpboot
|
||
|
restart: unless-stopped
|