Skip to content

Commit

Permalink
fix: 馃悰 Fix duplicate ports in docker-compose (#472)
Browse files Browse the repository at this point in the history
### 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)
  • Loading branch information
moyueheng committed Apr 21, 2024
1 parent dee6299 commit fc87c20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ services:
image: infiniflow/ragflow:${RAGFLOW_VERSION}
container_name: ragflow-server
ports:
- ${SVR_HTTP_PORT}:9380
- ${SVR_HTTP_PORT}:9380
- 80:80
- 443:443
Expand Down

0 comments on commit fc87c20

Please sign in to comment.