diff --git a/content/posts/docker-tcp.md b/content/posts/docker-tcp.md index 4f337c1..7101d91 100644 --- a/content/posts/docker-tcp.md +++ b/content/posts/docker-tcp.md @@ -4,7 +4,7 @@ title: "Encrypting a Docker API for Remote Access Using Portainer" date: "2021-05-16" --- -tl;dr [This script](/docker-tcp.sh) has everything you need, just run +tl;dr [This script](/scripts/docker-tcp.sh) has everything you need, just run `./docker-tcp.sh -h` (after making it executable) for any help. ## Introduction diff --git a/static/docker-tcp.sh b/static/scripts/docker-tcp.sh similarity index 100% rename from static/docker-tcp.sh rename to static/scripts/docker-tcp.sh