From 33990912c65f4549132180107d8da52f49a37825 Mon Sep 17 00:00:00 2001 From: Kris Moore Date: Wed, 7 Aug 2024 09:28:09 -0400 Subject: [PATCH] Fix docker tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 904374a..ed17ec6 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ ### Docker Instructions ``` -docker pull ghcr.io/truenas/truenas_smb_sync:latest -docker run -it ghcr.io/truenas/truenas_smb_sync:latest --host # --host # +docker pull ghcr.io/truenas/truenas_smb_sync:master +docker run -it ghcr.io/truenas/truenas_smb_sync:master --host # --host # ```