init
This commit is contained in:
10
docker-compose.yaml
Normal file
10
docker-compose.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user