docs: update default account

This commit is contained in:
moonrailgun 2023-12-25 14:24:12 +08:00
parent 2f3229d0b6
commit 63f8764b46

View File

@ -43,12 +43,19 @@ function HomepageHeader() {
<div className="w-min m-auto text-left bg-neutral-100 dark:bg-neutral-800 p-2 rounded-lg"> <div className="w-min m-auto text-left bg-neutral-100 dark:bg-neutral-800 p-2 rounded-lg">
<div className="whitespace-nowrap"> <div className="whitespace-nowrap">
wget <span className="select-none opacity-50 mr-1">$</span>wget
https://raw.githubusercontent.com/msgbyte/tianji/master/docker-compose.yml https://raw.githubusercontent.com/msgbyte/tianji/master/docker-compose.yml
</div> </div>
<div>docker compose up -d</div> <div>
<span className="select-none opacity-50 mr-1">$</span>docker compose
up -d
</div> </div>
</div> </div>
<small className="opacity-50">
Default account is <b>admin</b>/<b>admin</b>, please change password
ASAP.
</small>
</div>
</header> </header>
); );
} }