Skip to content

Commit

Permalink
use my own domain
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed Nov 30, 2023
1 parent 25d7572 commit 1118274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker/build_docker.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/montag-docker.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1118274

Please sign in to comment.