mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Fix Docker image name and URL
This commit is contained in:
@@ -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) .`
|
Clone this repository and build the image with `docker build -t (imagename) .`
|
||||||
|
|
||||||
### Prebuilt Images
|
### 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
|
```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):
|
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.
|
- Consider [sponsoring me](https://github.com/sponsors/tiredofit) for up to date releases.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
MIT. See [LICENSE](LICENSE) for more details.
|
MIT. See [LICENSE](LICENSE) for more details.
|
||||||
|
|||||||
Reference in New Issue
Block a user