formatting + organizing
This commit is contained in:
@@ -25,7 +25,10 @@ in
|
||||
"${cfg.moviesPath}:/data/movies"
|
||||
"${cfg.tvPath}:/data/tv"
|
||||
];
|
||||
ports = [ "${cfg.serverPort}:8266" "${cfg.webUIPort}:8265" ];
|
||||
ports = [
|
||||
"${cfg.serverPort}:8266"
|
||||
"${cfg.webUIPort}:8265"
|
||||
];
|
||||
environment = {
|
||||
serverPort = "8266";
|
||||
webUIPort = "8265";
|
||||
|
||||
Reference in New Issue
Block a user