diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 7b47e1b..248e325 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: build the image - run: | - docker buildx build \ - --tag timothyjmiller/cloudflare-ddns:latest \ - --platform linux/ppc64le,linux/s390x,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 . \ No newline at end of file + run: | + docker buildx build \ + --tag timothyjmiller/cloudflare-ddns:latest \ + --platform linux/ppc64le,linux/s390x,linux/386,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 . \ No newline at end of file diff --git a/README.md b/README.md index aa21e16..777138b 100755 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ You can handle ddns for multiple domains (cloudflare zones) using the same docke ## 🐳 Deploy with Docker Compose -Pre-compiled images are available via the official docker container [on DockerHub](https://hub.docker.com/r/timothyjmiller/cloudflare-ddns). +Pre-compiled images are available via [the official docker container on DockerHub](https://hub.docker.com/r/timothyjmiller/cloudflare-ddns). Modify the host file path of config.json inside the volumes section of docker-compose.yml.