Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: duplicated lines in docker-compose.yml #471

Closed
wrfly opened this issue Apr 21, 2024 · 1 comment
Closed

bug: duplicated lines in docker-compose.yml #471

wrfly opened this issue Apr 21, 2024 · 1 comment

Comments

@wrfly
Copy link
Contributor

wrfly commented Apr 21, 2024

ports:
- ${SVR_HTTP_PORT}:9380
- ${SVR_HTTP_PORT}:9380
- 80:80
- 443:443

docker compose up -d error:

services.ragflow.ports array items[0,1] must be unique

line 15 & 16 are duplicated

@wrfly
Copy link
Contributor Author

wrfly commented Apr 22, 2024

fixed in #472

@wrfly wrfly closed this as completed Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant