Merge pull request #1719 from coox/master

Ghost: Update link to environment variables usage doc on ghost.org
This commit is contained in:
yosifkit 2020-05-18 10:31:22 -07:00 committed by GitHub
commit 4f6a2ae881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ This Docker image for Ghost uses SQLite. There is nothing special to configure.
## Configuration ## Configuration
All Ghost configuration parameters (such as `url`) can be specified via environment variables. See [the Ghost documentation](https://docs.ghost.org/docs/config#section-running-ghost-with-config-env-variables) for details about what configuration is allowed and how to convert a nested configuration key into the appropriate environment variable name: All Ghost configuration parameters (such as `url`) can be specified via environment variables. See [the Ghost documentation](https://ghost.org/docs/concepts/config/#running-ghost-with-config-env-variables) for details about what configuration is allowed and how to convert a nested configuration key into the appropriate environment variable name:
```console ```console
$ docker run -d --name some-ghost -e url=http://some-ghost.example.com %%IMAGE%% $ docker run -d --name some-ghost -e url=http://some-ghost.example.com %%IMAGE%%