1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/tftpd/docker-compose.yml

9 lines
145 B
YAML
Raw Normal View History

2023-06-29 14:13:55 +08:00
version: "3.8"
services:
tftpd:
image: vimagick/tftpd
volumes:
- ./data:/data
2023-06-29 14:27:49 +08:00
network_mode: host
2023-06-29 14:13:55 +08:00
restart: unless-stopped