From ab687cf9778be6e7a37e3c0620de6410ceb1f49c Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 6 Feb 2019 21:22:28 -0500 Subject: [PATCH] Final fixes --- templates/Gitea/0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Gitea/0/docker-compose.yml b/templates/Gitea/0/docker-compose.yml index e814455..436b23b 100644 --- a/templates/Gitea/0/docker-compose.yml +++ b/templates/Gitea/0/docker-compose.yml @@ -9,9 +9,9 @@ services: environment: USER_UID: '1000' USER_GID: '1000' - APP_NAME: 'Gitea: Git with a cup of tea' # Application name, used in the page title. RUN_MODE: prod # ['dev' | 'prod'] DISABLE_SSH: true # SSH not yet possible with Traefik + ROOT_URL: 'https://${TRAEFIK_HOST}' DB_TYPE: postgres DB_HOST: postgres:5432 DB_NAME: gitea_db