diff --git a/dockhand/README.md b/dockhand_notes/README.md similarity index 91% rename from dockhand/README.md rename to dockhand_notes/README.md index 47eb309..a75ec25 100644 --- a/dockhand/README.md +++ b/dockhand_notes/README.md @@ -43,7 +43,7 @@ This is how I got it working on ansible (roughly): ## NTFY Notifications -With authentication can be tricky, do it like this, where TOKEN is your token from NTFY: +NTFY with authentication can be tricky, here is a working example where TOKEN is your token from NTFY: ``` ntfys://TOKEN@ntfy.nickyeoman.com/dockhand ``` diff --git a/dockhand/docker-compose.yml b/dockhand_notes/docker-compose.yml similarity index 100% rename from dockhand/docker-compose.yml rename to dockhand_notes/docker-compose.yml diff --git a/dockhand/sample.env b/dockhand_notes/sample.env similarity index 100% rename from dockhand/sample.env rename to dockhand_notes/sample.env