From fb8ca34892a3993b77e2914ccc2746521306d8f3 Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 23 Oct 2023 15:31:17 +0200 Subject: [PATCH] Update Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 59ffdae..e3d5d0c 100644 --- a/Containerfile +++ b/Containerfile @@ -29,7 +29,7 @@ RUN set -xe;\ git clone https://github.com/pixelfed/pixelfed.git www &&\ cd www &&\ git checkout $VERSION &&\ - git apply /patches/0001-remove-IP-logging.patch &&\ + # git apply /patches/0001-remove-IP-logging.patch &&\ git apply /patches/0002-hardcode-discovery-settings.patch &&\ git apply /patches/0003-point-to-modified-sourcecode.patch &&\ git apply /patches/0004-disable-beagle-service.patch &&\