Skip to content

Commit 4f6a2ae

Browse files
authored
Merge pull request #1719 from coox/master
Ghost: Update link to environment variables usage doc on ghost.org
2 parents da6dc19 + e16efe2 commit 4f6a2ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ghost/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ This Docker image for Ghost uses SQLite. There is nothing special to configure.
6060

6161
## Configuration
6262

63-
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:
63+
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:
6464

6565
```console
6666
$ docker run -d --name some-ghost -e url=http://some-ghost.example.com %%IMAGE%%

0 commit comments

Comments
 (0)