From c4edc93182320bbafc40097d780105d56a9d1ac5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Apr 2023 10:37:41 +0300 Subject: [PATCH] docker: point xaccel plugin url to gitlab --- .docker/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index fbc904f5e..a98489f9c 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -29,7 +29,7 @@ ADD config.docker.php ${SCRIPT_ROOT} COPY --from=app-src . ${SRC_DIR} -ARG ORIGIN_REPO_XACCEL=https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git +ARG ORIGIN_REPO_XACCEL=https://gitlab.tt-rss.org/tt-rss/plugins/ttrss-nginx-xaccel.git RUN git clone --depth=1 ${ORIGIN_REPO_XACCEL} ${SRC_DIR}/plugins.local/nginx_xaccel