Replies: 2 comments 1 reply
-
you can find the following lines in the .env file: |
Beta Was this translation helpful? Give feedback.
0 replies
-
![]() But the run / embeed / API are still missing the default port. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Self Checks
Content
When running Dify with Docker, an Nginx container will be launched. This container provides a reverse proxy for API and web, with default ports of 80 and 443. Due to the actual usage of ports, an error message will be generated during startup. How can I change the default ports?
Startup error:
Error response from daemon: driver failed programming external connectivity on endpoint docker-nginx-1 (fe50803b0202e6176e7572ef890fd7b89436dfd8771746c76e4d91db28fbe58c): failed to bind port 0.0.0.0:80/tcp: Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use
Beta Was this translation helpful? Give feedback.
All reactions