mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
10 lines
241 B
TOML
10 lines
241 B
TOML
[services]
|
|
|
|
[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"]
|