From fb642a2829e2964ca11b003fb10d5b828388a812 Mon Sep 17 00:00:00 2001 From: Z3R0_66 <72810388+l33t-c0d3r-66@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:37:24 +0500 Subject: [PATCH] Update docker-compose.yaml Resolved: Error response from daemon: manifest for keeps/roda: latest not found: manifest unknown: manifest unknown Either provide a version or a reachable URL for the image. --- deploys/standalone/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploys/standalone/docker-compose.yaml b/deploys/standalone/docker-compose.yaml index 8cadb3abe6..27abe1a866 100644 --- a/deploys/standalone/docker-compose.yaml +++ b/deploys/standalone/docker-compose.yaml @@ -45,7 +45,7 @@ services: - DOC_EXPANSION=none - VALIDATOR_URL=none roda: - image: keeps/roda:latest + image: ghcr.io/keeps/roda:latest restart: unless-stopped ports: - "8080:8080"