You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by cr...@apache.org on 2023/10/06 17:38:37 UTC

[superset] branch master updated: fix: Make `host.docker.internal` available on linux (#25547)

This is an automated email from the ASF dual-hosted git repository.

craigrueda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 178607093f fix: Make `host.docker.internal` available on linux (#25547)
178607093f is described below

commit 178607093fa826947d9130386705a2e3ed3d9a88
Author: Sebastian Liebscher <11...@users.noreply.github.com>
AuthorDate: Fri Oct 6 19:38:31 2023 +0200

    fix: Make `host.docker.internal` available on linux (#25547)
---
 docker-compose.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 8a017356cb..39be1a3d3b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -35,6 +35,8 @@ services:
     restart: unless-stopped
     ports:
       - "80:80"
+    extra_hosts:
+      - "host.docker.internal:host-gateway"
     volumes:
       - ./docker/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
   redis: