Reflecting the changed port for Public URL port and Service API port #463

Closed
opened 2026-02-21 17:27:15 -05:00 by yindo · 1 comment
Owner

Originally created by @davidloman on GitHub (Sep 1, 2023).

Dify version: Cloud | Self Host

Steps To Reproduce

  1. add an applicaiton
  2. go to Overview

The current behavior

I have changed the web port from 80 to 88 and then created an app. But the "Public URL" didn't change the port from 80 to 88
image

The expected behavior

the "Public URL" and "Service API" should reflect the changed port to 88 instead of standard port 80

Originally created by @davidloman on GitHub (Sep 1, 2023). <!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest version of the relevant Dify packages to make sure your issue has not already been fixed. --> Dify version: Cloud | Self Host ## Steps To Reproduce <!-- Your bug will get fixed much faster if we can run your code and it doesn't have dependencies other than Dify. Issues without reproduction steps or code examples may be immediately closed as not actionable. --> 1. add an applicaiton 2. go to Overview ## The current behavior I have changed the web port from 80 to 88 and then created an app. But the "Public URL" didn't change the port from 80 to 88 ![image](https://github.com/langgenius/dify/assets/44251818/c9d99d77-a900-4847-8dfb-987073e50a14) ## The expected behavior the "Public URL" and "Service API" should reflect the changed port to 88 instead of standard port 80
yindo closed this issue 2026-02-21 17:27:15 -05:00
Author
Owner

@crazywoola commented on GitHub (Sep 3, 2023):

You need to set the env vars in docker-compose.yml.
For detailed information of the env vars list please refer this doc

@crazywoola commented on GitHub (Sep 3, 2023): You need to set the env vars in [docker-compose.yml](https://github.com/langgenius/dify/blob/1ca86cf9ce7db8aaf1567710a723e741e4d30fa0/docker/docker-compose.yaml#L32). For detailed information of the env vars list please refer this [doc](https://docs.dify.ai/getting-started/install-self-hosted/environments)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#463