summaryrefslogtreecommitdiff
path: root/.docker/app/Dockerfile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-09 15:27:03 +0300
committerAndrew Dolgov <[email protected]>2023-04-09 15:27:03 +0300
commita37eab2610a0a2bcb655258781c1c7e925dc94c0 (patch)
tree722a991397ba4d8cb288d3780d89609781c69b9e /.docker/app/Dockerfile
parent431b8778eddd56999e0e4832118dc58c6091fed1 (diff)
Revert "docker: point xaccel plugin url to gitlab"
This reverts commit c4edc93182320bbafc40097d780105d56a9d1ac5.
Diffstat (limited to '.docker/app/Dockerfile')
-rw-r--r--.docker/app/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile
index a98489f9c..fbc904f5e 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://gitlab.tt-rss.org/tt-rss/plugins/ttrss-nginx-xaccel.git
+ARG ORIGIN_REPO_XACCEL=https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git
RUN git clone --depth=1 ${ORIGIN_REPO_XACCEL} ${SRC_DIR}/plugins.local/nginx_xaccel