From dc47e312e0de21f5133ac147ada9dff31e57fd8a Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Fri, 8 Mar 2024 23:25:59 +0400 Subject: [PATCH] Update docker.md (#38) --- src/tutorials/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorials/docker.md b/src/tutorials/docker.md index f7783ca0..58efbcd5 100644 --- a/src/tutorials/docker.md +++ b/src/tutorials/docker.md @@ -222,7 +222,7 @@ That's all you need to know to work with Foliant the Docker way. Just remember t And one last note for the `full` image users. We keep constantly updating Foliant, adding and updating its extensions. To use all the fresh features update the image every once in a while with command ```bash -$ docker pull registry.itv.restr.im:5000/foliant:full +$ docker pull ghcr.io/foliant-docs/foliant/foliant:full ``` And don't forget to rebuild your project's image after updating: