fix: typo
This commit is contained in:
parent
d67a3f51ec
commit
2c33447f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@
|
|||
}
|
||||
}
|
||||
onMount(async () => {
|
||||
if (browser && window.location.hostname === 'localhost' && !service.fqdn) {
|
||||
if (browser && window.location.hostname === 'demo.coolify.io' && !service.fqdn) {
|
||||
service.fqdn = `http://${cuid()}.demo.coolify.io`;
|
||||
if (service.type === 'wordpress') {
|
||||
service.wordpress.mysqlDatabase = 'db';
|
||||
|
|
|
|||
Loading…
Reference in a new issue