From bc063f46eb15fa09391639a4777b0cabb0cdcef5 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 2 Oct 2023 09:04:17 -0400 Subject: [PATCH] Add warning about using container images tagged with 'latest'. (#273) * Add warning about using images tagged with 'latest'. * Fix typo * Add link to issue and clarification --- src/administration/install_docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/administration/install_docker.md b/src/administration/install_docker.md index 1c49cbe..f9584fb 100644 --- a/src/administration/install_docker.md +++ b/src/administration/install_docker.md @@ -16,6 +16,8 @@ Edit them before starting up lemmy for the first time. The images will likely be: [dessalines/lemmy:VERSION](https://hub.docker.com/r/dessalines/lemmy) and [dessalines/lemmy-ui:VERSION](https://hub.docker.com/r/dessalines/lemmy-ui) +[Tracking Issue](https://github.com/LemmyNet/lemmy/issues/3996): For now, using `latest` is not advisable as changes can break your instance. Make sure you are using a specific version number. This is temporary and will be fixed. + ```bash wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/docker-compose.yml wget https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/examples/config.hjson -O lemmy.hjson