fix: typo
This commit is contained in:
parent
d67a3f51ec
commit
2c33447f9f
@ -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 New Issue
Block a user