diff --git a/playbooks/roles/nextcloud/templates/compose.yaml.j2 b/playbooks/roles/nextcloud/templates/compose.yaml.j2 index 76fa6fc..daf7f7a 100644 --- a/playbooks/roles/nextcloud/templates/compose.yaml.j2 +++ b/playbooks/roles/nextcloud/templates/compose.yaml.j2 @@ -27,12 +27,6 @@ services: restart: unless-stopped ports: - "8080:80" - # This is a hotfix until we have a new mail setup and this also really - # doesn't belong into this role, but whatever, it works for now and it's not - # like anyone else really uses this role (or would be bothered by this - # really). - extra_hosts: - - "send-only-mailserver.ccchh.net:185.161.129.132" depends_on: - db - redis