diff options
Diffstat (limited to '.docker')
| -rw-r--r-- | .docker/app/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.docker/app/Dockerfile b/.docker/app/Dockerfile index d5d5c32a7..6b64fe7f6 100644 --- a/.docker/app/Dockerfile +++ b/.docker/app/Dockerfile @@ -59,7 +59,7 @@ ADD .docker/app/config.docker.php ${SCRIPT_ROOT} COPY . ${SRC_DIR} -ARG ORIGIN_REPO_XACCEL=https://git.tt-rss.org/fox/ttrss-nginx-xaccel.git +ARG ORIGIN_REPO_XACCEL=https://github.com/supahgreg/tt-rss-plugin-nginx-xaccel.git RUN git clone --depth=1 ${ORIGIN_REPO_XACCEL} ${SRC_DIR}/plugins.local/nginx_xaccel |