Add books host
This commit is contained in:
parent
a77c0f5337
commit
c15b21d97f
2 changed files with 6 additions and 0 deletions
|
|
@ -197,6 +197,11 @@ in
|
|||
host = "http://${p.hosts.docker}:3333";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
{
|
||||
subdomain = "books";
|
||||
host = "http://${p.hosts.docker-vm}:6060";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue