This is an automated email from the ASF dual-hosted git repository. beto pushed a commit to branch aurora-aws-iam in repository https://gitbox.apache.org/repos/asf/superset.git
commit b671e8aa5a782a9aa2230f0c157666be27b79a2c Author: Beto Dealmeida <[email protected]> AuthorDate: Fri Jan 30 15:16:42 2026 -0500 Revert docker file --- docker-compose-light.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose-light.yml b/docker-compose-light.yml index f4dd30487e7..b06be681af3 100644 --- a/docker-compose-light.yml +++ b/docker-compose-light.yml @@ -108,8 +108,6 @@ services: extra_hosts: - "host.docker.internal:host-gateway" user: *superset-user - ports: - - "${SUPERSET_PORT:-8088}:8088" depends_on: superset-init-light: condition: service_completed_successfully
