Skip to content

Commit 39b1915

Browse files
committed
doc: Fix configuration sections
1 parent 5115942 commit 39b1915

File tree

1 file changed

+2
-2
lines changed
  • doc/content/enterprise/docker/configuration

1 file changed

+2
-2
lines changed

doc/content/enterprise/docker/configuration/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In production, replace the `image` with a working, stable tag from [Docker Hub -
9393
The simplest configuration for PostgreSQL looks like this (excerpted from the example `docker-compose.yml`):
9494

9595
{{< highlight yaml "linenos=table,linenostart=4" >}}
96-
{{< readfile path="/enterprise/docker/configuration/ttn-lw-stack-docker-enterprise.yml" from=4 to=17 >}}
96+
{{< readfile path="/enterprise/docker/configuration/docker-compose-enterprise.yml" from=4 to=17 >}}
9797
{{< /highlight >}}
9898

9999
{{< note >}}
@@ -131,7 +131,7 @@ It is also possible (and even preferred) to use a managed Redis database. In thi
131131
The simplest configuration for Redis looks like this (excerpted from the example `docker-compose.yml`):
132132

133133
{{< highlight yaml "linenos=table,linenostart=19" >}}
134-
{{< readfile path="/enterprise/docker/configuration/ttn-lw-stack-docker-enterprise.yml" from=19 to=27 >}}
134+
{{< readfile path="/enterprise/docker/configuration/docker-compose-enterprise.yml" from=19 to=27 >}}
135135
{{< /highlight >}}
136136

137137
### {{% tts %}}

0 commit comments

Comments
 (0)