From 1c07534c403e81794116ecf93c7875c9688bc8d5 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 26 Jun 2021 21:27:39 +0100 Subject: [PATCH] Stop resetting dokku hostname to default --- ansible/host_vars/grimes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/host_vars/grimes.yml b/ansible/host_vars/grimes.yml index 0e3229f..b9b3655 100644 --- a/ansible/host_vars/grimes.yml +++ b/ansible/host_vars/grimes.yml @@ -1,6 +1,7 @@ ssh_extra_allowed_users: dokku dokku_daemon_install: false +dokku_hostname: d.theorangeone.net dokku_plugins: - name: postgres url: https://github.com/dokku/dokku-postgres.git