The syntax :::: takes the content of a file to generate the list of values for the arguments. For example, if you have a list of parameter values in file mylist.txt, you may display its content with:
[name@server ~]$ parallel echo {1} :::: mylist.txt