Initial commit
All checks were successful
Update Docker Hub Description / dockerHubDescription (push) Successful in 13s
Docker Image CI / build_docker_images (push) Successful in 12m11s

This commit is contained in:
2025-11-11 16:51:34 +01:00
committed by GianLuca Vagnuzzi
commit 8e7f5bfb48
9 changed files with 855 additions and 0 deletions

10
compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
tftp:
image: rardcode/tftp
container_name: tftp
volumes:
- /var/tftpboot:/var/tftpboot
ports:
- 69:69/udp
restart: unless-stopped