Skip to content

Commit

Permalink
Merge pull request #1716 from GhostWriters/update_hotio
Browse files Browse the repository at this point in the history
Updating cr.hotio.dev to ghcr.io
  • Loading branch information
nemchik authored Jan 6, 2024
2 parents 8227fb9 + a67da3f commit 36e6c16
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion compose/.apps/cloudflareddns/cloudflareddns.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
cloudflareddns:
image: cr.hotio.dev/hotio/cloudflareddns:${CLOUDFLAREDDNS_TAG}
image: ghcr.io/hotio/cloudflareddns:${CLOUDFLAREDDNS_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/cloudflareddns/cloudflareddns.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
cloudflareddns:
image: cr.hotio.dev/hotio/cloudflareddns:${CLOUDFLAREDDNS_TAG}
image: ghcr.io/hotio/cloudflareddns:${CLOUDFLAREDDNS_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/duplicacy/duplicacy.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
duplicacy:
image: cr.hotio.dev/hotio/duplicacy:${DUPLICACY_TAG}
image: ghcr.io/hotio/duplicacy:${DUPLICACY_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/duplicacy/duplicacy.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
duplicacy:
image: cr.hotio.dev/hotio/duplicacy:${DUPLICACY_TAG}
image: ghcr.io/hotio/duplicacy:${DUPLICACY_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/unpackerr/unpackerr.aarch64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
unpackerr:
image: cr.hotio.dev/hotio/unpackerr:${UNPACKERR_TAG}
image: ghcr.io/hotio/unpackerr:${UNPACKERR_TAG}
2 changes: 1 addition & 1 deletion compose/.apps/unpackerr/unpackerr.x86_64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
services:
unpackerr:
image: cr.hotio.dev/hotio/unpackerr:${UNPACKERR_TAG}
image: ghcr.io/hotio/unpackerr:${UNPACKERR_TAG}
2 changes: 1 addition & 1 deletion docs/overrides/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The example below will change Sonarr to use hotio's image for Sonarr and add a /
```yaml
services:
sonarr:
image: cr.hotio.dev/hotio/sonarr:latest
image: ghcr.io/hotio/sonarr:latest
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/sonarr:/config
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/overseerr.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- PUID=${PUID}
- TZ=${TZ}
hostname: ${DOCKERHOSTNAME}
image: cr.hotio.dev/hotio/overseerr:latest
image: ghcr.io/hotio/overseerr:latest
logging:
driver: json-file
options:
Expand Down
2 changes: 1 addition & 1 deletion docs/overrides/petio.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
environment:
- TZ=${TZ}
hostname: ${DOCKERHOSTNAME}
image: cr.hotio.dev/hotio/petio:latest
image: ghcr.io/hotio/petio:latest
logging:
driver: json-file
options:
Expand Down

0 comments on commit 36e6c16

Please sign in to comment.