From e16efe28e0b45b6a1f69df49307cb60585ff33e8 Mon Sep 17 00:00:00 2001 From: Eric Redon Date: Sun, 17 May 2020 12:16:36 +0200 Subject: [PATCH] Ghost: Update link to environment variables usage doc on ghost.org --- ghost/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/content.md b/ghost/content.md index 0057a2080..0269d5d55 100644 --- a/ghost/content.md +++ b/ghost/content.md @@ -60,7 +60,7 @@ This Docker image for Ghost uses SQLite. There is nothing special to configure. ## 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 $ docker run -d --name some-ghost -e url=http://some-ghost.example.com %%IMAGE%%