Skip to content

Commit

Permalink
Docker Demo, Port Change (apache#6289)
Browse files Browse the repository at this point in the history
If you follow the documentation, the current docker instructions return an error when trying to connect via localhost. This seems to be due to the fact that it's running on port 8080, but forwarding port 8088. I suppose the cleaner solution is to do this, as opposed to changing both the compose file and the instructions... Hope this helps!!
  • Loading branch information
IrfanFaizullabhoy authored and bipinsoniguavus committed Dec 24, 2018
1 parent 3bab933 commit 0ecf720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/docker-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ cd superset/assets && npm run build && cd ../../
superset worker &

# Start the dev web server
flask run -p 8080 --with-threads --reload --debugger --host=0.0.0.0
flask run -p 8088 --with-threads --reload --debugger --host=0.0.0.0

0 comments on commit 0ecf720

Please sign in to comment.