From 7e39cb0dfee3329d52efb88dcd3f7116fdc2ef98 Mon Sep 17 00:00:00 2001 From: Stavros Date: Mon, 10 Mar 2025 22:15:35 +0200 Subject: [PATCH] chore: use v3 tag instead of latest --- docker-compose.example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index 882398f..95807b3 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -19,7 +19,7 @@ services: tinyauth: container_name: tinyauth - image: ghcr.io/steveiliop56/tinyauth:latest + image: ghcr.io/steveiliop56/tinyauth:v3 environment: - SECRET=some-random-32-chars-string - APP_URL=https://tinyauth.example.com