From cb5333a59c0adeaa3d75c7c6fba6a74761604e63 Mon Sep 17 00:00:00 2001 From: MadWalnut <33835479+MadWalnut@users.noreply.github.com> Date: Wed, 2 Jun 2021 00:34:00 +0200 Subject: [PATCH] Fix Docker image name and URL --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3278a84..6c39fd1 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,10 @@ You must have a working DB server or container available for this to work proper Clone this repository and build the image with `docker build -t (imagename) .` ### Prebuilt Images -Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/backuppc) and is the recommended method of installation. +Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/db-backup) and is the recommended method of installation. ```bash -docker pull tiredofit/backuppc:(imagetag) +docker pull tiredofit/db-backup:(imagetag) ``` The following image tags are available along with their tagged release based on what's written in the [Changelog](CHANGELOG.md): @@ -209,4 +209,4 @@ These images were built to serve a specific need in a production environment and - Consider [sponsoring me](https://github.com/sponsors/tiredofit) for up to date releases. ## License -MIT. See [LICENSE](LICENSE) for more details. \ No newline at end of file +MIT. See [LICENSE](LICENSE) for more details.