Skip to content

Commit eeb5b5a

Browse files
committed
Update README.md
1 parent a83dfd1 commit eeb5b5a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,13 @@ Currently backs up CouchDB, InfluxDB, MySQL, MongoDB, Postgres, Redis servers.
8080
Clone this repository and build the image with `docker build <arguments> (imagename) .`
8181

8282
### Prebuilt Images
83-
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/db-backup) and is the recommended method of installation.
83+
Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/db-backup)
84+
85+
Builds of the image are also available on the [Github Container Registry](https://github.com/tiredofit/docker-db-backup/pkgs/container/docker-db-backup)
86+
87+
```
88+
docker pull ghcr.io/tiredofit/docker-db-backup/pkgs/container/docker-db-backup):(imagetag)
89+
```
8490

8591
The following image tags are available along with their tagged release based on what's written in the [Changelog](CHANGELOG.md):
8692

@@ -89,7 +95,7 @@ The following image tags are available along with their tagged release based on
8995
| latest | `:latest` |
9096

9197
```bash
92-
docker pull tiredofit/db-backup:(imagetag)
98+
docker pull docker.io/tiredofdit/db-backup:(imagetag)
9399
```
94100
#### Multi Architecture
95101
Images are built primarily for `amd64` architecture, and may also include builds for `arm/v7`, `arm64` and others. These variants are all unsupported. Consider [sponsoring](https://github.com/sponsors/tiredofit) my work so that I can work with various hardware. To see if this image supports multiple architecures, type `docker manifest (image):(tag)`
@@ -338,7 +344,7 @@ If for some reason your filesystem or host is not detecting it right, use the en
338344
These images were built to serve a specific need in a production environment and gradually have had more functionality added based on requests from the community.
339345
### Usage
340346
- The [Discussions board](../../discussions) is a great place for working with the community on tips and tricks of using this image.
341-
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) personalized support.
347+
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for personalized support
342348
### Bugfixes
343349
- Please, submit a [Bug Report](issues/new) if something isn't working as expected. I'll do my best to issue a fix in short order.
344350

0 commit comments

Comments
 (0)