Convert compose files to yaml

toml conversion stopped working, don't want to fix it
This commit is contained in:
Marko Korhonen 2024-11-04 10:27:12 +02:00
parent 013e49743e
commit 82d87ee86f
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
49 changed files with 904 additions and 773 deletions

View file

@ -0,0 +1,12 @@
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