Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dashes in ENV var names not supported by docker compose (#4269)
When I was trying to set this up, I was getting errors from `docker compose`: ``` failed to read /var/hosts/ente/.credentials.env: line 11: unexpected character "-" in variable name "ENTE_APPS_PUBLIC-ALBUMS=https://<redacted>" ``` There was, apparently, a brief period in time when `docker compose` supported dashes in ENV var names, [but this is no longer the case](docker/compose#12302), hence some vars need to be defined in a `museum.yml` and mounted into the instance. Maybe there is some rewriting in place that allows to redefine `museum.yml` entries with dashes in ENV vars, however I couldn't find it (and if there isn't, there probably should be, but this change should make the guide usable again at least).
- Loading branch information