From b72c9eaf625984ced1fe2c071788902113adede6 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 12 Mar 2022 08:18:15 +0100 Subject: [PATCH] Re #448 - Dont use changedetection.io as the container name and hostname, fix problems fetching from the real changedetection.io webserver :) --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ef4c5699..e88a05c7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: '2' services: - changedetection.io: + changedetection: image: ghcr.io/dgtlmoon/changedetection.io container_name: changedetection.io - hostname: changedetection.io + hostname: changedetection volumes: - changedetection-data:/datastore