Skip to content

Commit 0fcf38b

Browse files
committed
chore: switch to ghcr from dockerhub
1 parent 6653bf0 commit 0fcf38b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
Automated backups for MySQL, Mongo, and file paths using the Backwork library.
44

5-
[View backwork on dockerhub](https://hub.docker.com/r/snportals/backwork)
6-
5+
[View backwork on GitHub container registry](https://github.com/IBM/backwork-docker/pkgs/container/backwork)

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
backwork:
88
build:
99
context: ./backwork
10-
image: bigdatauniversity/backwork:1.6.3
10+
image: ghcr.io/ibm/backwork:1.6.3
1111
environment:
1212
- MYSQL_HOST=mysql
1313
- MYSQL_PORT=3306

0 commit comments

Comments
 (0)