1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-30 18:51:24 +00:00
dockerfiles/tftpd/docker-compose.yml

9 lines
145 B
YAML
Raw Normal View History

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