Simon Rolfmore
Simon Rolfmore
By default, accordion panels do not sync with tabs: the correct panel will be shown based on the active tab, but changing the active accordion panel does not change the...
Ghost doesn't currently have support for file-based [Docker Compose secrets](https://docs.docker.com/compose/how-tos/use-secrets/), which makes it harder to give Ghost its own user name/password, store the secret in a file separate from the...
This PR fixes #429. Docker Compose supports [secrets](https://docs.docker.com/compose/how-tos/use-secrets/) through mounting files in `/run/secrets` with appropriate permissions. This is safer than passing them on the command line or directly through environment...