-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
End of support for Compose V1 #1431
Comments
@mr-karan it's okay to switch away from |
Yes, @Madscientiste PR is appreciated. |
@mr-karan does this mean that all instances of Looking at the docker docs: I think And no changes to BTW, I'm no expert and guessed at the commands here https://listmonk.app/docs/upgrade/#downgrade. Could you verify it's correct? |
Only the
BTW, we don't have specific install instructions for Docker, the same way we don't have for PostgreSQL either. It's upto the users how they install and configure these environments before running Listmonk.
Nope. |
Are you sure about that? According to that link you have to run
Yes, I see that now. I patched together a guide for newbies (now linked in the docs) with a lot of difficulty, and by asking people. I also added a bunch of docker commands to the docs for various basic usage, which I patched together from the github issues. I've been trying to improve the docs so that other people don't have to struggle with everything like I did. I think I will add the docker & postgresql install commands to the docs as well. Everyone should be able to use listmonk without being a linux expert. Even @knadh said he's not familiar with docker commands, so it shouldn't be expected that everyone who wants to use listmonk will/should be. There needs to be basic install commands that anyone can use. Experts can always customize the commands themselves. It sounds like you're not interested in updating the docs? I'll try to do it and hopefully you can look over the pull request to verify it. I'm going to change |
I've sent PR for replacing My point was that since we never had installation docs for docker (arguably, it's the user's preference to run with docker - so the expectation is that docker will be set up on host as well). I've seen very few projects which actually show installation steps of the dependencies in their own docs. This is what I personally believe but @knadh can take the final call here. Anyway, that should be opened as a new issue as it's unrelated to the |
Using the
install-prod.sh
script on a clean installed server with latest docker fails because it checks for docker-compose command which doesn't not exist for my version (Docker version 24.0.2, build cb74dfc
).Describe the solution you'd like
replace all
docker-compose
by docker compose.Should i open a PR for that ?
install-demo.sh
would also need to be updatedThe text was updated successfully, but these errors were encountered: