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 &&\