Fix links to Docker docs in S6437 and S6472 (#3536)

This commit is contained in:
Peter Trifanov 2024-01-17 14:41:59 +01:00 committed by GitHub
parent d1417e82f8
commit f6ac76fbb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ services that implement such a feature.
If such an option can not be considered, store the runtime secrets in an
https://docs.docker.com/compose/env-file/[environment file] such as `.env` and
then start the container with the
https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file[`--env-file`] argument:
https://docs.docker.com/engine/reference/commandline/run/#env[`--env-file`] argument:
[source,docker]
----

View File

@ -82,7 +82,7 @@ ENV ACCESS_TOKEN=""
CMD /run.sh
----
Store the runtime secrets in an https://docs.docker.com/compose/env-file/[environment file] (such as `.env`) and then start the container with the https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file[`--env-file`] argument:
Store the runtime secrets in an https://docs.docker.com/compose/env-file/[environment file] (such as `.env`) and then start the container with the https://docs.docker.com/engine/reference/commandline/run/#env[`--env-file`] argument:
[source,docker]
----