From 2bb07723bfcfa2e02d67bc1f16f776571b2b9428 Mon Sep 17 00:00:00 2001 From: yorgei Date: Fri, 11 Apr 2025 23:44:16 +0000 Subject: [PATCH] Update watchtower.md --- watchtower.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/watchtower.md b/watchtower.md index 6ff6df6..67791be 100644 --- a/watchtower.md +++ b/watchtower.md @@ -1,4 +1,5 @@ ### Watch tower run command +``` docker run -d \ --name watchtower \ -v /var/run/docker.sock:/var/run/docker.sock \ @@ -16,4 +17,5 @@ docker run -d \ -e WATCHTOWER_HTTP_API_TOKEN=ichigo123 \ -e WATCHTOWER_HTTP_API_UPDATE=true \ -e WATCHTOWER_LOG_LEVEL=info \ - containrrr/watchtower \ No newline at end of file + containrrr/watchtower + ``` \ No newline at end of file