update FROM links for harbor

This commit is contained in:
Andrew Dolgov 2023-03-26 10:28:33 +03:00
parent d40b6c655f
commit c41c1bd353
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM registry.fakecake.org/alpine:3.17
FROM registry.fakecake.org/docker.io/alpine:3.17
EXPOSE 9000/tcp
ENV SCRIPT_ROOT=/opt/tt-rss

View File

@ -1,4 +1,4 @@
FROM registry.fakecake.org/nginx:alpine
FROM registry.fakecake.org/docker.io/nginx:alpine
HEALTHCHECK CMD curl --fail http://localhost/tt-rss/index.php || exit 1