mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 00:39:40 +00:00
Add HOST config for docker and debian
This commit is contained in:
parent
d561a48229
commit
e36c31c5e7
3 changed files with 9 additions and 4 deletions
3
prod.js
3
prod.js
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue