You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether by accident or by design, it looks like the nextcloud/docker README is just wrong when it says that environment variables work with docker-compose (whereas they appear to work well with a Dockerfile).
This means that the only real use for NEXTCLOUD_* environment variables in this role would be to use them in the php occ maintenance:install command. But this is hardly necessary since we can pass them as Ansible variables, and since adding all of them in makes the generated docker-compose.yml more complex.
Running
php occ config:list --private
shows different passwords than are specified indefaults/main.yml
and inmolecule/default/converge.yml
.The text was updated successfully, but these errors were encountered: