Skip to content

Commit

Permalink
Update docker-compose.yaml
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
l33t-c0d3r-66 authored and luis100 committed Feb 23, 2024
1 parent 1934939 commit fb642a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploys/standalone/docker-compose.yaml
Expand Up @@ -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"
Expand Down

0 comments on commit fb642a2

Please sign in to comment.