From 8794096dfc0a2c85487e6d498acf4435cab1f654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85hman?= Date: Tue, 18 Oct 2022 16:42:42 +0200 Subject: [PATCH] Clarify linked container documentation --- docs/linked-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linked-containers.md b/docs/linked-containers.md index 240fb97..3f3a011 100644 --- a/docs/linked-containers.md +++ b/docs/linked-containers.md @@ -2,4 +2,4 @@ Watchtower will detect if there are links between any of the running containers For example, imagine you were running a _mysql_ container and a _wordpress_ container which had been linked to the _mysql_ container. If watchtower were to detect that the _mysql_ container required an update, it would first shut down the linked _wordpress_ container followed by the _mysql_ container. When restarting the containers it would handle _mysql_ first and then _wordpress_ to ensure that the link continued to work. -If you want to override existing links you can use special `com.centurylinklabs.watchtower.depends-on` label with dependent container names, separated by a comma. +If you want to override existing links, or if you are not using links, you can use special `com.centurylinklabs.watchtower.depends-on` label with dependent container names, separated by a comma.