-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Documentation] Update docker-compose steps to support podman #2855
Conversation
As also written in the docker-compose file it is necessary to do the steps in the order: 1. Run 'docker-compose pull'. 2. Run 'docker-compose run --rm webserver createsuperuser' to create a user. 3. Run 'docker-compose up -d'.
I don't actually think this change is needed though? Works fine as is |
Actually it did not work for me at least on podman.
So I had to switch the |
Ah, well I do think that’s only true for podman. googling the specific error re I suppose if it works in both cases the change would be OK, especially if it’s written that way elsewhere. |
I see, thank you for the research and clarification. But since I assume it works in the suggested way as well, as also shown in all of the other point in the project this would improve the podman support. |
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.
Will leave merge pending others agree
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.
Seems like it shouldn't cause an issue
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion or issue for related concerns. |
Update the documentation.
As also written in the docker-compose file it is necessary to do the steps in the order:
This is also the order of steps in the setup script:
paperless-ngx/install-paperless-ngx.sh
Lines 385 to 389 in 9564a9c
Proposed change
Fixes # (issue)
Type of change
Checklist:
pre-commit
hooks, see documentation.