mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
9 lines
145 B
YAML
9 lines
145 B
YAML
version: "3.8"
|
|
services:
|
|
tftpd:
|
|
image: vimagick/tftpd
|
|
volumes:
|
|
- ./data:/data
|
|
network_mode: host
|
|
restart: unless-stopped
|