9 lines
208 B
INI
9 lines
208 B
INI
|
#!/bin/bash
|
||
|
# Name=containername
|
||
|
# USER=jim
|
||
|
# TZ=America/Los_Angles
|
||
|
# Password=jimshoe
|
||
|
Parent_Folder=/mnt/data
|
||
|
Files=/mnt/data/test-files
|
||
|
Port=4321 # should be changed to avoid conflict with other containers
|