- updated more files to be up-to-date with domain change.
- 7.4 changelog.
- updated docker compose example with watchtower and cobalt image.
This commit is contained in:
wukko
2023-09-09 22:31:24 +06:00
parent 5fb23dae65
commit 572dc20e41
6 changed files with 35 additions and 22 deletions

View File

@@ -70,7 +70,7 @@ function setup() {
})
break;
case 'web':
console.log(Bright("\nAwesome! What's the domain this web app instance will be running on? (localhost)\nExample: co.wukko.me"));
console.log(Bright("\nAwesome! What's the domain this web app instance will be running on? (localhost)\nExample: cobalt.tools"));
rl.question(q, webURL => {
ob['webURL'] = `http://localhost:9001/`;