mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: Make host.docker.internal available on linux (#25547)
This commit is contained in:
committed by
GitHub
parent
58fcd292a9
commit
178607093f
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user