From bf90bc0c17e68a7ce75b08201dca837768ec05c7 Mon Sep 17 00:00:00 2001 From: Floatingghost Date: Wed, 29 May 2024 06:13:46 +0100 Subject: [PATCH] use next tag --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 953cc6920..8a754acf6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: target: /var/lib/postgresql/data akkoma: - image: akkoma/akkoma:latest + image: akkoma/akkoma:next restart: unless-stopped links: - db