Please comment docker-compose.yml that the MARIADB_PASSWORD must be the same as MARIADB_ROOT_PASSWORD to address/avoid #1173.
Also, PHOTOPRISM_INIT comments could be updated along with the relevant docs at (https://docs.photoprism.app/getting-started/config-options/). Not really clear what update, https, davfs, clitools or clean do, though https and perhaps update seem desirable for most users? (Don't most browsers enforce https now?)
The intel/nvidia INIT options are not listed although they are specified in (https://docs.photoprism.app/getting-started/advanced/transcoding/), where it says either "leave it" or "just tensorflow".
Some other humble suggestions while tweaking the default docker-compose.yml comments:
- For PHOTOPRISM_INIT the wording "Run/install on first startup" implies to my naive reading that I need to comment it out after the first startup (which is not the case).
- the line for volumes
# "/host/folder:/photoprism/folder" # Example
might be better described as # Format example ?
Thank you.
Please comment docker-compose.yml that the MARIADB_PASSWORD must be the same as MARIADB_ROOT_PASSWORD to address/avoid #1173.
Also, PHOTOPRISM_INIT comments could be updated along with the relevant docs at (https://docs.photoprism.app/getting-started/config-options/). Not really clear what update, https, davfs, clitools or clean do, though https and perhaps update seem desirable for most users? (Don't most browsers enforce https now?)
The intel/nvidia INIT options are not listed although they are specified in (https://docs.photoprism.app/getting-started/advanced/transcoding/), where it says either "leave it" or "just tensorflow".
Some other humble suggestions while tweaking the default docker-compose.yml comments:
# "/host/folder:/photoprism/folder" # Examplemight be better described as
# Format example?Thank you.