mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
15 lines
274 B
YAML
15 lines
274 B
YAML
version: "2"
|
|
|
|
services:
|
|
tftp:
|
|
container_name: tftp
|
|
image: pghalliday/tftp
|
|
environment:
|
|
- TZ=Europe/Helsinki
|
|
restart: unless-stopped
|
|
ports:
|
|
- 69:69/udp
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /docker/tftp:/var/tftpboot
|