From 0a5785fa1a97fa505ee1c1c8437afc90dc6bd3bd Mon Sep 17 00:00:00 2001 From: rugk Date: Mon, 29 Sep 2025 12:31:08 +0200 Subject: [PATCH] Specify GitHub image in docker-compose directly (#204) It's recommend to specify the full "URL" and this aligns with the Readme and default docker would search on Docker Hub, where this is not available: https://hub.docker.com/search?q=fredy%2Ffredy --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 38b5fdf..a02e717 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . dockerfile: Dockerfile - image: fredy/fredy + image: ghcr.io/orangecoding/fredy # map existing config and database volumes: - ./conf:/conf