-
-
Notifications
You must be signed in to change notification settings - Fork 326
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
Update README.md #2825
Update README.md #2825
Conversation
README.md
Outdated
### Docker deployment | ||
|
||
Alternatively, an official Docker image can be found at [LycheeOrg/Lychee-Docker](https://github.com/LycheeOrg/Lychee-Docker) or on Docker Hub as [lycheeorg/lychee](https://hub.docker.com/r/lycheeorg/lychee). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should probably be above File-based if we're recommending it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File-based has the disadvantage that many dependencies such as ffmpeg or the php version must fit. This catalog of dependencies does not exist with docker and the installation of the lychee docker variant requires 3 commandos. So maybe the way should point in that direction it is definitely the way I would recommend to install it today.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, it just feels weird saying "We recommend using Docker, but first, here's how to do it a different way" :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I turned it
Co-authored-by: Martin Stone <[email protected]>
This pull request includes significant updates to the
README.md
file to enhance clarity, improve structure.Enhancements to the
README.md
:master
andalpha
branches to provide better context on the development process and encourage contributions.