From f775b07324ec4f11cf0fed22d9869ccb7a1ebdaa Mon Sep 17 00:00:00 2001 From: Hunter Richards Date: Tue, 27 Aug 2024 11:21:54 -0500 Subject: [PATCH] Revert "Add extra hosts" This reverts commit 7115232d03c9e6318d1690e9fb83eff012c251be. --- .github/workflows/django.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 922a68b..f2e760d 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -23,8 +23,6 @@ jobs: ports: # Maps tcp port 5432 on service container to the host - 5432:5432 - extra_hosts: - host.docker.internal: host-gateway steps: - uses: actions/checkout@v3