Files
docker-tftp-server/docker-compose.yaml
2026-02-07 16:14:03 +01:00

10 lines
202 B
YAML

version: "3.9"
services:
tftp:
image: hub.anxietyprime.de/tools/tftp-server:latest
container_name: tftp
network_mode: host
volumes:
- ./path/to/folder/:/tftp
restart: always