From 7bdd1db2907581c907acb524120247b73f7bb6e7 Mon Sep 17 00:00:00 2001 From: Lyssieth Date: Thu, 19 Oct 2023 22:07:20 +0300 Subject: [PATCH] fix: adjust example to have the right image name --- docker-compose.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml.example b/docker-compose.yml.example index d323a13..286c183 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -8,7 +8,7 @@ services: POSTGRES_PASSWORD: postgres POSTGRES_DB: rave rave: - image: forge.lys.ee/lyssieth/rave:amd64 + image: forge.lys.ee/lyssieth/rave:latest environment: DATABASE_URL: postgresql://postgres:postgres@db/rave volumes: