Skip to content

Commit

Permalink
docs: 📝 adjust hotio images in docs
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
nemchik authored Jan 6, 2024
1 parent 940abfc commit a67da3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 a67da3f

Please sign in to comment.