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