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

9 lines
145 B
YAML
Raw Normal View History

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