1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/tftpd/docker-compose.yml
2023-06-29 14:27:49 +08:00

9 lines
145 B
YAML

version: "3.8"
services:
tftpd:
image: vimagick/tftpd
volumes:
- ./data:/data
network_mode: host
restart: unless-stopped