From 48f386c3129c864287d78ca5970ed58fdb8b2677 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 9 Jul 2021 15:35:53 -0600 Subject: [PATCH] refactor(readme): update readme with new domain name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3503a06..bc94309 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ Containerized implementation of [npm livereload](https://www.npmjs.com/package/l ## Private docker repository -If you prefer, you can also use my private repository to download possibly newer containers and/or signed containers. I sign all major release tags (e.g. '1', '2', etc.) and 'latest.' Simply change `asifbacchus/livereload:tag` to `docker.asifbacchus.app/livereload/livereload:tag`. +If you prefer, you can also use my private repository to download possibly newer containers. Simply change `asifbacchus/livereload:tag` to `docker.asifbacchus.dev/livereload/livereload:tag`. ## Source/Issues -If you want the Dockerfile or if you want to bring an issue/request to my attention, please head to either my private [git server (preferred)](https://git.asifbacchus.app/ab-docker/livereload) or [github](https://github.com/asifbacchus/livereload). +If you want the Dockerfile or if you want to bring an issue/request to my attention, please head to either my private [git server (preferred)](https://git.asifbacchus.dev/ab-docker/livereload) or [github](https://github.com/asifbacchus/livereload). ## Environment variables @@ -93,4 +93,4 @@ Obviously, you should change `/local/directory/to/watch` and `TZ=Region/Locality ## Final thoughts -That's it. Hopefully this is useful for you and makes it easier to run a live-reload server without having to install node on your machine. As always, let me know if you have any issues/suggestions by filing an issue on either git repo. \ No newline at end of file +That's it. Hopefully this is useful for you and makes it easier to run a live-reload server without having to install node on your machine. As always, let me know if you have any issues/suggestions by filing an issue on either git repo.