nginx #2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export class ContainerConfig {
|
|||
name: this.name,
|
||||
redirections: this.redirections,
|
||||
};
|
||||
return JSON.stringify(raw);
|
||||
return JSON.stringify(raw, null, 4);
|
||||
}
|
||||
|
||||
public *used_host_ports() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue