Use localhost mysql DB

This commit is contained in:
Luke Murphy 2020-03-22 16:48:18 +01:00
parent 6b61bda4e7
commit 8c4153f343
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
ADMIN_PASS: "{{ autonomic_admin_pass }}"
ADMIN_USER: "{{ autonomic_admin_user }}"
DB_TYPE: "mysql"
DB_HOST: "mariadb:3306"
DB_HOST: "127.0.0.1:3306"
DB_NAME: "gitea"
DB_USER: "mariadb" # https://github.com/dokku/dokku-mariadb/issues/89
DB_PASSWD: "{{ db_passwd }}"