Skip to content
Snippets Groups Projects
Unverified Commit fc87c20b authored by Vimpas's avatar Vimpas Committed by GitHub
Browse files

fix: :bug: Fix duplicate ports in docker-compose (#472)

### What problem does this PR solve?

Fix duplicate ports in docker-compose

![image](https://github.com/infiniflow/ragflow/assets/54298540/32649b74-97dc-4004-b9aa-ac5e77b368a5)


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
parent dee6299d
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,6 @@ services: ...@@ -12,7 +12,6 @@ services:
image: infiniflow/ragflow:${RAGFLOW_VERSION} image: infiniflow/ragflow:${RAGFLOW_VERSION}
container_name: ragflow-server container_name: ragflow-server
ports: ports:
- ${SVR_HTTP_PORT}:9380
- ${SVR_HTTP_PORT}:9380 - ${SVR_HTTP_PORT}:9380
- 80:80 - 80:80
- 443:443 - 443:443
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment