Add HOST config for docker and debian

This commit is contained in:
advplyr 2022-03-17 08:18:39 -05:00
parent d561a48229
commit e36c31c5e7
3 changed files with 9 additions and 4 deletions

View file

@ -2,7 +2,8 @@ const optionDefinitions = [
{ name: 'config', alias: 'c', type: String },
{ name: 'audiobooks', alias: 'a', type: String },
{ name: 'metadata', alias: 'm', type: String },
{ name: 'port', alias: 'p', type: String }
{ name: 'port', alias: 'p', type: String },
{ name: 'host', alias: 'h', type: String }
]
const commandLineArgs = require('command-line-args')