From ad3ba28cee4ef55de70c3a7e8da3e2e8aa00c69b Mon Sep 17 00:00:00 2001 From: Job Doesburg Date: Thu, 14 Mar 2024 10:14:20 +0100 Subject: [PATCH] Fix container registry --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a26299c0..3e9ffd53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -32,7 +32,7 @@ services: retries: 5 web: - image: kioui/tosti:latest + image: ghcr.io/kioui/tosti:latest container_name: web restart: unless-stopped networks: @@ -75,7 +75,7 @@ services: retries: 5 cron: - image: kioui/tosti:latest + image: ghcr.io/kioui/tosti:latest container_name: cron entrypoint: ["/bin/sh", "/entrypoint_cron.sh"] restart: unless-stopped