From a0cc05e855bab5a1832bdf064d14309e60a4789e Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 3 Jun 2025 23:34:21 -0500 Subject: [PATCH] Typos --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index c03b9d1..eadcf44 100644 --- a/compose.yml +++ b/compose.yml @@ -10,9 +10,9 @@ services: environment: APP_NAME: "Fire Dragon GIT Repository" FORGEJO__database__DB_TYPE: "mysql" - FORGEJO__database__HOST: "mysq:3306" - FORGEJO__database__NAME: "gitea" - FORGEJO__database__USER: "gitea" + FORGEJO__database__HOST: "mysql:3306" + FORGEJO__database__NAME: "forgejo" + FORGEJO__database__USER: "forgejo" FORGEJO__database__PASSWD: "SecretSquirrel" FORGEJO__server__LFS_START_SERVER: "true" FORGEJO__server__HTTP_PORT: "3000"