srinify commented on issue #14400:
URL: https://github.com/apache/superset/issues/14400#issuecomment-829312545


   Jagadish is right that there's a port conflict here!
   
   You have a few options from my estimation:
   
   - Run the `superset` container on a different port. Here's the Docker 
documentation on manually mapping ports for containers: 
https://docs.docker.com/compose/reference/run/
   - Change the port in `docker-compose.yml` or `docker-compose-non-dev.yml` 
from `8088:8088` to something else. Here's the line of code you need to edit 
for that:
   
   https://github.com/apache/superset/blob/master/docker-compose.yml#L56 or 
https://github.com/apache/superset/blob/master/docker-compose-non-dev.yml#L51


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to