From b4e76559123b47e50a56dd8f83dd5e7ea883be94 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Mon, 17 May 2021 08:58:23 +0200 Subject: [PATCH] Moved script to own directory --- content/posts/docker-tcp.md | 2 +- static/{ => scripts}/docker-tcp.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/{ => scripts}/docker-tcp.sh (100%) 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