You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see how to alter the port using datasette serve -p XXX per the docs. However, I'm packaging up to server the container on AppEngine flexible, which requires that the container is serving traffic on port 8080.
Is there a way to inject a non-default port into the Dockerfile, or should I just do something like sed to replace 8001 with 8080 after dataset package has done it's thing? Thanks for the advice.
The text was updated successfully, but these errors were encountered:
simonw
changed the title
Exposing a different port that 8001 in package
--port option to expose a port other than 8001 in "datasette package"
Jan 29, 2020
I see how to alter the port using
datasette serve -p XXX
per the docs. However, I'm packaging up to server the container on AppEngine flexible, which requires that the container is serving traffic on port 8080.datasette/Dockerfile
Line 41 in 7950105
Is there a way to inject a non-default port into the Dockerfile, or should I just do something like
sed
to replace 8001 with 8080 afterdataset package
has done it's thing? Thanks for the advice.The text was updated successfully, but these errors were encountered: