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

wrong volume information in documentation #967

Open
fchyzak opened this issue Jan 3, 2025 · 0 comments
Open

wrong volume information in documentation #967

fchyzak opened this issue Jan 3, 2025 · 0 comments

Comments

@fchyzak
Copy link

fchyzak commented Jan 3, 2025

Installing according to II. Without docker-compose in docker/README.md fails to start the application.
It turns out that the list of volumes given for the command line docker run ... in that section of the documentation is inconsistent with the file docker/docker-compose/pigallery2-only/docker-compose.yml.
Instead of -v <path to your db file folder>:/app/data/db \, it should be -v db-data:/app/data/db \.
The application started after I changed the specification of this volume.

The same file docker-compose.yml proposes to suffix :ro in the images volume description.
Without it, the application starts, but it feels safer to have it in the docker run ... command line as well
and I would suggest to have it in the documentation.
I haven't seen if it should work without :ro, but it does.
I haven't found what functionality could be lost with it.

Browser and server on two Linux machines, using Firefox, running edge-debian-bookworm.

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