fix: typo

This commit is contained in:
Andras Bacsai 2022-05-31 23:23:39 +02:00
parent d67a3f51ec
commit 2c33447f9f

View File

@ -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';