nginx #2

Merged
mb merged 10 commits from nginx into master 2024-02-04 00:37:33 +01:00
Showing only changes of commit 7f1fe0b937 - Show all commits

View file

@ -66,7 +66,7 @@ export class ContainerConfig {
name: this.name, name: this.name,
redirections: this.redirections, redirections: this.redirections,
}; };
return JSON.stringify(raw); return JSON.stringify(raw, null, 4);
} }
public *used_host_ports() { public *used_host_ports() {