From 11182746d37edb9219229e0cf3fa10291240d772 Mon Sep 17 00:00:00 2001 From: SG Date: Thu, 30 Nov 2023 11:03:38 -0700 Subject: [PATCH] use my own domain --- README.md | 2 +- docker/build_docker.sh | 2 +- docker/montag-docker.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d98cfb8..e6fee4c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The Python dependencies *should* be installed automatically if you are using `pi ### Docker -Alternately, a [Dockerfile](./docker/Dockerfile) is provided to allow you to run Montag in Docker. You can build the `ghcr.io/mmguero/montag:latest` Docker image with [`build_docker.sh`](./docker/build_docker.sh), then use [`montag-docker.sh`](./docker/montag-docker.sh) to process your e-book files. +Alternately, a [Dockerfile](./docker/Dockerfile) is provided to allow you to run Montag in Docker. You can build the `oci.guero.top/montag:latest` Docker image with [`build_docker.sh`](./docker/build_docker.sh), then use [`montag-docker.sh`](./docker/montag-docker.sh) to process your e-book files. ## Usage diff --git a/docker/build_docker.sh b/docker/build_docker.sh index d73ff9a..3edc7c2 100755 --- a/docker/build_docker.sh +++ b/docker/build_docker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -IMAGE="${MONTAG_IMAGE:-ghcr.io/mmguero/montag:latest}" +IMAGE="${MONTAG_IMAGE:-oci.guero.top/montag:latest}" ENGINE="${CONTAINER_ENGINE:-docker}" set -e diff --git a/docker/montag-docker.sh b/docker/montag-docker.sh index ef449bd..3186588 100755 --- a/docker/montag-docker.sh +++ b/docker/montag-docker.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -IMAGE="${MONTAG_IMAGE:-ghcr.io/mmguero/montag:latest}" +IMAGE="${MONTAG_IMAGE:-oci.guero.top/montag:latest}" ENGINE="${CONTAINER_ENGINE:-docker}" ENCODING="utf-8"