10 lines
202 B
YAML
10 lines
202 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
tftp:
|
|
image: hub.anxietyprime.de/tools/tftp-server:latest
|
|
container_name: tftp
|
|
network_mode: host
|
|
volumes:
|
|
- ./path/to/folder/:/tftp
|
|
restart: always |