update docker hub url

This commit is contained in:
James Paterni 2025-05-08 22:54:50 -04:00
parent 871e1bbd90
commit 3798a629dd
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ Easily backup databases running in docker containers.
```yaml
services:
baktainer:
image: jamez01/baktainer:latest
image: jamez001/baktainer:latest
container_name: baktainer
restart: unless-stopped
volumes:
@ -94,4 +94,4 @@ Where `<date>` is the date of the backup ('YY-MM-DD' format) `<db_name>` is the
- [x] Add support for Docker API over Unix socket
- [ ] Add individual hook for completed backups
- [ ] Add hook for fullly completed backups
- [ ] Optionally limit time for each backup
- [ ] Optionally limit time for each backup

View file

@ -1,7 +1,7 @@
services:
baktainer:
build: .
image: jamez01/baktainer:latest
image: jamez001/baktainer:latest
container_name: baktainer
restart: unless-stopped
volumes: