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 5686e1a commit 3ad6990
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ options:

### Docker

Alternately, a [Dockerfile](./docker/Dockerfile) is provided to allow you to run cleanvid in Docker. You can build the `ghcr.io/mmguero/cleanvid:latest` Docker image with [`build_docker.sh`](./docker/build_docker.sh), then run [`cleanvid-docker.sh`](./docker/cleanvid-docker.sh) inside the directory where your video/subtitle files are located.
Alternately, a [Dockerfile](./docker/Dockerfile) is provided to allow you to run cleanvid in Docker. You can build the `oci.guero.top/cleanvid:latest` Docker image with [`build_docker.sh`](./docker/build_docker.sh), then run [`cleanvid-docker.sh`](./docker/cleanvid-docker.sh) inside the directory where your video/subtitle files are located.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL maintainer="[email protected]"
LABEL org.opencontainers.image.authors='[email protected]'
LABEL org.opencontainers.image.url='https://github.com/mmguero/cleanvid'
LABEL org.opencontainers.image.source='https://github.com/mmguero/cleanvid'
LABEL org.opencontainers.image.title='ghcr.io/mmguero/cleanvid'
LABEL org.opencontainers.image.title='oci.guero.top/cleanvid'
LABEL org.opencontainers.image.description='Containerized cleanvid'

ENV PYTHONUNBUFFERED 1
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="${CLEANVID_IMAGE:-ghcr.io/mmguero/cleanvid:latest}"
IMAGE="${CLEANVID_IMAGE:-oci.guero.top/cleanvid:latest}"
ENGINE="${CONTAINER_ENGINE:-docker}"

set -e
Expand Down
2 changes: 1 addition & 1 deletion docker/cleanvid-docker.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

IMAGE="${CLEANVID_IMAGE:-ghcr.io/mmguero/cleanvid:latest}"
IMAGE="${CLEANVID_IMAGE:-oci.guero.top/cleanvid:latest}"
ENGINE="${CONTAINER_ENGINE:-docker}"

# run from directory containing video/srt files
Expand Down

0 comments on commit 3ad6990

Please sign in to comment.