Skip to content

Commit

Permalink
chore: switch to ghcr from dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellzc committed Oct 20, 2021
1 parent 6653bf0 commit 0fcf38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

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

[View backwork on dockerhub](https://hub.docker.com/r/snportals/backwork)

[View backwork on GitHub container registry](https://github.com/IBM/backwork-docker/pkgs/container/backwork)
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
backwork:
build:
context: ./backwork
image: bigdatauniversity/backwork:1.6.3
image: ghcr.io/ibm/backwork:1.6.3
environment:
- MYSQL_HOST=mysql
- MYSQL_PORT=3306
Expand Down

0 comments on commit 0fcf38b

Please sign in to comment.